Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
Merge pull request #851 from omu/upgrade-rails
Browse files Browse the repository at this point in the history
Upgrade Rails to 6.0.0.beta3
  • Loading branch information
msdundar authored Mar 13, 2019
2 parents e282824 + 08e7294 commit a7670e3
Showing 1 changed file with 57 additions and 57 deletions.
114 changes: 57 additions & 57 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,80 +8,80 @@ GIT

GIT
remote: https://github.com/rails/rails.git
revision: 9c9f281da29e02d5c32b7b0445beab0de6106a5e
revision: a783e4171241480324be575259de32a49d59405d
specs:
actioncable (6.0.0.beta2)
actionpack (= 6.0.0.beta2)
actioncable (6.0.0.beta3)
actionpack (= 6.0.0.beta3)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailbox (6.0.0.beta2)
actionpack (= 6.0.0.beta2)
activejob (= 6.0.0.beta2)
activerecord (= 6.0.0.beta2)
activestorage (= 6.0.0.beta2)
activesupport (= 6.0.0.beta2)
actionmailbox (6.0.0.beta3)
actionpack (= 6.0.0.beta3)
activejob (= 6.0.0.beta3)
activerecord (= 6.0.0.beta3)
activestorage (= 6.0.0.beta3)
activesupport (= 6.0.0.beta3)
mail (>= 2.7.1)
actionmailer (6.0.0.beta2)
actionpack (= 6.0.0.beta2)
actionview (= 6.0.0.beta2)
activejob (= 6.0.0.beta2)
actionmailer (6.0.0.beta3)
actionpack (= 6.0.0.beta3)
actionview (= 6.0.0.beta3)
activejob (= 6.0.0.beta3)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (6.0.0.beta2)
actionview (= 6.0.0.beta2)
activesupport (= 6.0.0.beta2)
actionpack (6.0.0.beta3)
actionview (= 6.0.0.beta3)
activesupport (= 6.0.0.beta3)
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.beta2)
actionpack (= 6.0.0.beta2)
activerecord (= 6.0.0.beta2)
activestorage (= 6.0.0.beta2)
activesupport (= 6.0.0.beta2)
actiontext (6.0.0.beta3)
actionpack (= 6.0.0.beta3)
activerecord (= 6.0.0.beta3)
activestorage (= 6.0.0.beta3)
activesupport (= 6.0.0.beta3)
nokogiri (>= 1.8.5)
actionview (6.0.0.beta2)
activesupport (= 6.0.0.beta2)
actionview (6.0.0.beta3)
activesupport (= 6.0.0.beta3)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
activejob (6.0.0.beta2)
activesupport (= 6.0.0.beta2)
activejob (6.0.0.beta3)
activesupport (= 6.0.0.beta3)
globalid (>= 0.3.6)
activemodel (6.0.0.beta2)
activesupport (= 6.0.0.beta2)
activerecord (6.0.0.beta2)
activemodel (= 6.0.0.beta2)
activesupport (= 6.0.0.beta2)
activestorage (6.0.0.beta2)
actionpack (= 6.0.0.beta2)
activerecord (= 6.0.0.beta2)
activemodel (6.0.0.beta3)
activesupport (= 6.0.0.beta3)
activerecord (6.0.0.beta3)
activemodel (= 6.0.0.beta3)
activesupport (= 6.0.0.beta3)
activestorage (6.0.0.beta3)
actionpack (= 6.0.0.beta3)
activerecord (= 6.0.0.beta3)
marcel (~> 0.3.1)
activesupport (6.0.0.beta2)
activesupport (6.0.0.beta3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 1.3, >= 1.3.2)
rails (6.0.0.beta2)
actioncable (= 6.0.0.beta2)
actionmailbox (= 6.0.0.beta2)
actionmailer (= 6.0.0.beta2)
actionpack (= 6.0.0.beta2)
actiontext (= 6.0.0.beta2)
actionview (= 6.0.0.beta2)
activejob (= 6.0.0.beta2)
activemodel (= 6.0.0.beta2)
activerecord (= 6.0.0.beta2)
activestorage (= 6.0.0.beta2)
activesupport (= 6.0.0.beta2)
zeitwerk (~> 1.3, >= 1.3.3)
rails (6.0.0.beta3)
actioncable (= 6.0.0.beta3)
actionmailbox (= 6.0.0.beta3)
actionmailer (= 6.0.0.beta3)
actionpack (= 6.0.0.beta3)
actiontext (= 6.0.0.beta3)
actionview (= 6.0.0.beta3)
activejob (= 6.0.0.beta3)
activemodel (= 6.0.0.beta3)
activerecord (= 6.0.0.beta3)
activestorage (= 6.0.0.beta3)
activesupport (= 6.0.0.beta3)
bundler (>= 1.3.0)
railties (= 6.0.0.beta2)
railties (= 6.0.0.beta3)
sprockets-rails (>= 2.0.0)
railties (6.0.0.beta2)
actionpack (= 6.0.0.beta2)
activesupport (= 6.0.0.beta2)
railties (6.0.0.beta3)
actionpack (= 6.0.0.beta3)
activesupport (= 6.0.0.beta3)
method_source
rake (>= 0.8.7)
thor (>= 0.20.3, < 2.0)
Expand Down Expand Up @@ -132,8 +132,8 @@ GEM
archive-zip (0.12.0)
io-like (~> 0.3.0)
ast (2.4.0)
aws-eventstream (1.0.1)
aws-partitions (1.143.0)
aws-eventstream (1.0.2)
aws-partitions (1.144.0)
aws-sdk-core (3.46.2)
aws-eventstream (~> 1.0)
aws-partitions (~> 1.0)
Expand Down Expand Up @@ -190,7 +190,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.4)
concurrent-ruby (1.1.5)
connection_pool (2.2.2)
crack (0.4.3)
safe_yaml (~> 1.0.0)
Expand Down Expand Up @@ -268,14 +268,14 @@ GEM
mini_mime (1.0.1)
mini_portile2 (2.4.0)
minitest (5.11.3)
msgpack (1.2.7)
msgpack (1.2.9)
multi_json (1.13.1)
netaddr (2.0.3)
nio4r (2.3.1)
nokogiri (1.10.1)
mini_portile2 (~> 2.4.0)
orm_adapter (0.5.0)
pagy (2.0.1)
pagy (2.1.1)
parallel (1.14.0)
parser (2.6.0.0)
ast (~> 2.4.0)
Expand Down Expand Up @@ -409,7 +409,7 @@ GEM
wicked_pdf (1.1.0)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (1.3.2)
zeitwerk (1.3.3)

PLATFORMS
ruby
Expand Down

0 comments on commit a7670e3

Please sign in to comment.