Skip to content

Commit

Permalink
Update Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Dec 3, 2020
1 parent 4623141 commit 9dcd909
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 66 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
source "https://rubygems.org"
gemspec

gem "rails", "6.0.0"
gem "rails", "6.1.0.rc2"
133 changes: 68 additions & 65 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,61 +7,65 @@ PATH
GEM
remote: https://rubygems.org/
specs:
actioncable (6.0.0)
actionpack (= 6.0.0)
actioncable (6.1.0.rc2)
actionpack (= 6.1.0.rc2)
activesupport (= 6.1.0.rc2)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailbox (6.0.0)
actionpack (= 6.0.0)
activejob (= 6.0.0)
activerecord (= 6.0.0)
activestorage (= 6.0.0)
activesupport (= 6.0.0)
actionmailbox (6.1.0.rc2)
actionpack (= 6.1.0.rc2)
activejob (= 6.1.0.rc2)
activerecord (= 6.1.0.rc2)
activestorage (= 6.1.0.rc2)
activesupport (= 6.1.0.rc2)
mail (>= 2.7.1)
actionmailer (6.0.0)
actionpack (= 6.0.0)
actionview (= 6.0.0)
activejob (= 6.0.0)
actionmailer (6.1.0.rc2)
actionpack (= 6.1.0.rc2)
actionview (= 6.1.0.rc2)
activejob (= 6.1.0.rc2)
activesupport (= 6.1.0.rc2)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (6.0.0)
actionview (= 6.0.0)
activesupport (= 6.0.0)
rack (~> 2.0)
actionpack (6.1.0.rc2)
actionview (= 6.1.0.rc2)
activesupport (= 6.1.0.rc2)
rack (~> 2.0, >= 2.0.9)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actiontext (6.0.0)
actionpack (= 6.0.0)
activerecord (= 6.0.0)
activestorage (= 6.0.0)
activesupport (= 6.0.0)
actiontext (6.1.0.rc2)
actionpack (= 6.1.0.rc2)
activerecord (= 6.1.0.rc2)
activestorage (= 6.1.0.rc2)
activesupport (= 6.1.0.rc2)
nokogiri (>= 1.8.5)
actionview (6.0.0)
activesupport (= 6.0.0)
actionview (6.1.0.rc2)
activesupport (= 6.1.0.rc2)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (6.0.0)
activesupport (= 6.0.0)
activejob (6.1.0.rc2)
activesupport (= 6.1.0.rc2)
globalid (>= 0.3.6)
activemodel (6.0.0)
activesupport (= 6.0.0)
activerecord (6.0.0)
activemodel (= 6.0.0)
activesupport (= 6.0.0)
activestorage (6.0.0)
actionpack (= 6.0.0)
activejob (= 6.0.0)
activerecord (= 6.0.0)
activemodel (6.1.0.rc2)
activesupport (= 6.1.0.rc2)
activerecord (6.1.0.rc2)
activemodel (= 6.1.0.rc2)
activesupport (= 6.1.0.rc2)
activestorage (6.1.0.rc2)
actionpack (= 6.1.0.rc2)
activejob (= 6.1.0.rc2)
activerecord (= 6.1.0.rc2)
activesupport (= 6.1.0.rc2)
marcel (~> 0.3.1)
activesupport (6.0.0)
mimemagic (~> 0.3.2)
activesupport (6.1.0.rc2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.1, >= 2.1.8)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
ast (2.4.0)
builder (3.2.4)
codecov (0.2.11)
Expand All @@ -70,14 +74,14 @@ GEM
concurrent-ruby (1.1.7)
crass (1.0.6)
docile (1.3.2)
erubi (1.9.0)
erubi (1.10.0)
globalid (0.4.2)
activesupport (>= 4.2.0)
i18n (1.8.5)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.2)
json (2.3.1)
loofah (2.7.0)
loofah (2.8.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
Expand All @@ -89,7 +93,7 @@ GEM
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.14.2)
nio4r (2.5.3)
nio4r (2.5.4)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
parallel (1.17.0)
Expand All @@ -100,32 +104,32 @@ GEM
rack (2.2.3)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (6.0.0)
actioncable (= 6.0.0)
actionmailbox (= 6.0.0)
actionmailer (= 6.0.0)
actionpack (= 6.0.0)
actiontext (= 6.0.0)
actionview (= 6.0.0)
activejob (= 6.0.0)
activemodel (= 6.0.0)
activerecord (= 6.0.0)
activestorage (= 6.0.0)
activesupport (= 6.0.0)
bundler (>= 1.3.0)
railties (= 6.0.0)
rails (6.1.0.rc2)
actioncable (= 6.1.0.rc2)
actionmailbox (= 6.1.0.rc2)
actionmailer (= 6.1.0.rc2)
actionpack (= 6.1.0.rc2)
actiontext (= 6.1.0.rc2)
actionview (= 6.1.0.rc2)
activejob (= 6.1.0.rc2)
activemodel (= 6.1.0.rc2)
activerecord (= 6.1.0.rc2)
activestorage (= 6.1.0.rc2)
activesupport (= 6.1.0.rc2)
bundler (>= 1.15.0)
railties (= 6.1.0.rc2)
sprockets-rails (>= 2.0.0)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.3.0)
loofah (~> 2.3)
railties (6.0.0)
actionpack (= 6.0.0)
activesupport (= 6.0.0)
railties (6.1.0.rc2)
actionpack (= 6.1.0.rc2)
activesupport (= 6.1.0.rc2)
method_source
rake (>= 0.8.7)
thor (>= 0.20.3, < 2.0)
thor (~> 1.0)
rainbow (3.0.0)
rake (13.0.1)
rubocop (0.67.2)
Expand All @@ -150,14 +154,13 @@ GEM
sprockets (>= 3.0.0)
sqlite3 (1.4.0)
thor (1.0.1)
thread_safe (0.3.6)
tzinfo (1.2.7)
thread_safe (~> 0.1)
tzinfo (2.0.3)
concurrent-ruby (~> 1.0)
unicode-display_width (1.5.0)
websocket-driver (0.7.3)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.4.0)
zeitwerk (2.4.2)

PLATFORMS
ruby
Expand All @@ -166,7 +169,7 @@ DEPENDENCIES
codecov
minitest
pg
rails (= 6.0.0)
rails (= 6.1.0.rc2)
rails-settings-cached!
rubocop
simplecov
Expand Down

0 comments on commit 9dcd909

Please sign in to comment.