From df43a3560a8aa44f052cb7deb7096413b5013a88 Mon Sep 17 00:00:00 2001 From: Leonardo Tegon Date: Mon, 5 Aug 2019 14:28:54 -0300 Subject: [PATCH] Rails 6 release candidate 2 on CI --- gemfiles/Gemfile.rails-6.0-stable | 2 +- gemfiles/Gemfile.rails-6.0-stable.lock | 122 ++++++++++++------------- 2 files changed, 62 insertions(+), 62 deletions(-) diff --git a/gemfiles/Gemfile.rails-6.0-stable b/gemfiles/Gemfile.rails-6.0-stable index 2358639add..ce541bf38e 100644 --- a/gemfiles/Gemfile.rails-6.0-stable +++ b/gemfiles/Gemfile.rails-6.0-stable @@ -2,7 +2,7 @@ source "https://rubygems.org" gemspec path: ".." -gem 'rails', '>= 6.0.0.rc1', '< 6.1' +gem 'rails', '>= 6.0.0.rc2', '< 6.1' gem "omniauth" gem "omniauth-oauth2" gem "rdoc" diff --git a/gemfiles/Gemfile.rails-6.0-stable.lock b/gemfiles/Gemfile.rails-6.0-stable.lock index 9d035bcf0a..8f35d2c1a7 100644 --- a/gemfiles/Gemfile.rails-6.0-stable.lock +++ b/gemfiles/Gemfile.rails-6.0-stable.lock @@ -13,69 +13,69 @@ PATH devise (4.6.2) bcrypt (~> 3.0) orm_adapter (~> 0.1) - railties (>= 4.1.0, < 6.0) + railties (>= 4.1.0) responders warden (~> 1.2.3) GEM remote: https://rubygems.org/ specs: - actioncable (6.0.0.rc1) - actionpack (= 6.0.0.rc1) + actioncable (6.0.0.rc2) + actionpack (= 6.0.0.rc2) nio4r (~> 2.0) websocket-driver (>= 0.6.1) - actionmailbox (6.0.0.rc1) - actionpack (= 6.0.0.rc1) - activejob (= 6.0.0.rc1) - activerecord (= 6.0.0.rc1) - activestorage (= 6.0.0.rc1) - activesupport (= 6.0.0.rc1) + actionmailbox (6.0.0.rc2) + actionpack (= 6.0.0.rc2) + activejob (= 6.0.0.rc2) + activerecord (= 6.0.0.rc2) + activestorage (= 6.0.0.rc2) + activesupport (= 6.0.0.rc2) mail (>= 2.7.1) - actionmailer (6.0.0.rc1) - actionpack (= 6.0.0.rc1) - actionview (= 6.0.0.rc1) - activejob (= 6.0.0.rc1) + actionmailer (6.0.0.rc2) + actionpack (= 6.0.0.rc2) + actionview (= 6.0.0.rc2) + activejob (= 6.0.0.rc2) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 2.0) - actionpack (6.0.0.rc1) - actionview (= 6.0.0.rc1) - activesupport (= 6.0.0.rc1) + actionpack (6.0.0.rc2) + actionview (= 6.0.0.rc2) + activesupport (= 6.0.0.rc2) rack (~> 2.0) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.2) - actiontext (6.0.0.rc1) - actionpack (= 6.0.0.rc1) - activerecord (= 6.0.0.rc1) - activestorage (= 6.0.0.rc1) - activesupport (= 6.0.0.rc1) + actiontext (6.0.0.rc2) + actionpack (= 6.0.0.rc2) + activerecord (= 6.0.0.rc2) + activestorage (= 6.0.0.rc2) + activesupport (= 6.0.0.rc2) nokogiri (>= 1.8.5) - actionview (6.0.0.rc1) - activesupport (= 6.0.0.rc1) + actionview (6.0.0.rc2) + activesupport (= 6.0.0.rc2) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.3) - activejob (6.0.0.rc1) - activesupport (= 6.0.0.rc1) + activejob (6.0.0.rc2) + activesupport (= 6.0.0.rc2) globalid (>= 0.3.6) - activemodel (6.0.0.rc1) - activesupport (= 6.0.0.rc1) - activerecord (6.0.0.rc1) - activemodel (= 6.0.0.rc1) - activesupport (= 6.0.0.rc1) - activestorage (6.0.0.rc1) - actionpack (= 6.0.0.rc1) - activejob (= 6.0.0.rc1) - activerecord (= 6.0.0.rc1) + activemodel (6.0.0.rc2) + activesupport (= 6.0.0.rc2) + activerecord (6.0.0.rc2) + activemodel (= 6.0.0.rc2) + activesupport (= 6.0.0.rc2) + activestorage (6.0.0.rc2) + actionpack (= 6.0.0.rc2) + activejob (= 6.0.0.rc2) + activerecord (= 6.0.0.rc2) marcel (~> 0.3.1) - activesupport (6.0.0.rc1) + activesupport (6.0.0.rc2) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) - zeitwerk (~> 2.1, >= 2.1.4) - bcrypt (3.1.12) + zeitwerk (~> 2.1, >= 2.1.8) + bcrypt (3.1.13) builder (3.2.3) concurrent-ruby (1.1.5) crass (1.0.4) @@ -98,7 +98,7 @@ GEM metaclass (0.0.4) method_source (0.9.2) mimemagic (0.3.3) - mini_mime (1.0.1) + mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.11.3) mocha (1.8.0) @@ -106,7 +106,7 @@ GEM multi_json (1.13.1) multi_xml (0.6.0) multipart-post (2.0.0) - nio4r (2.3.1) + nio4r (2.4.0) nokogiri (1.10.3) mini_portile2 (~> 2.4.0) oauth2 (1.4.1) @@ -133,20 +133,20 @@ GEM ruby-openid (>= 2.1.8) rack-test (1.1.0) rack (>= 1.0, < 3) - rails (6.0.0.rc1) - actioncable (= 6.0.0.rc1) - actionmailbox (= 6.0.0.rc1) - actionmailer (= 6.0.0.rc1) - actionpack (= 6.0.0.rc1) - actiontext (= 6.0.0.rc1) - actionview (= 6.0.0.rc1) - activejob (= 6.0.0.rc1) - activemodel (= 6.0.0.rc1) - activerecord (= 6.0.0.rc1) - activestorage (= 6.0.0.rc1) - activesupport (= 6.0.0.rc1) + rails (6.0.0.rc2) + actioncable (= 6.0.0.rc2) + actionmailbox (= 6.0.0.rc2) + actionmailer (= 6.0.0.rc2) + actionpack (= 6.0.0.rc2) + actiontext (= 6.0.0.rc2) + actionview (= 6.0.0.rc2) + activejob (= 6.0.0.rc2) + activemodel (= 6.0.0.rc2) + activerecord (= 6.0.0.rc2) + activestorage (= 6.0.0.rc2) + activesupport (= 6.0.0.rc2) bundler (>= 1.3.0) - railties (= 6.0.0.rc1) + railties (= 6.0.0.rc2) sprockets-rails (>= 2.0.0) rails-controller-testing (1.0.4) actionpack (>= 5.0.1.x) @@ -155,15 +155,15 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.0.4) + rails-html-sanitizer (1.1.0) loofah (~> 2.2, >= 2.2.2) - railties (6.0.0.rc1) - actionpack (= 6.0.0.rc1) - activesupport (= 6.0.0.rc1) + railties (6.0.0.rc2) + actionpack (= 6.0.0.rc2) + activesupport (= 6.0.0.rc2) method_source rake (>= 0.8.7) thor (>= 0.20.3, < 2.0) - rake (12.3.2) + rake (12.3.3) rdoc (6.1.1) responders (2.4.1) actionpack (>= 4.2.0, < 6.0) @@ -190,10 +190,10 @@ GEM nokogiri (>= 1.2.0) rack (>= 1.0) rack-test (>= 0.5.3) - websocket-driver (0.7.0) + websocket-driver (0.7.1) websocket-extensions (>= 0.1.0) - websocket-extensions (0.1.3) - zeitwerk (2.1.6) + websocket-extensions (0.1.4) + zeitwerk (2.1.9) PLATFORMS ruby @@ -206,7 +206,7 @@ DEPENDENCIES omniauth-facebook omniauth-oauth2 omniauth-openid - rails (~> 6.0.0.rc1) + rails (>= 6.0.0.rc2, < 6.1) rails-controller-testing rdoc responders (~> 2.4)