Skip to content

Commit

Permalink
Bump Rails to 5.0.1
Browse files Browse the repository at this point in the history
Rails 5.0.0: produces a "key must be 32 bytes" error
Upgrading to Rails 5.0.1 addresses this issue.

Fixed in rails/rails#25758
  • Loading branch information
Jake Romer committed Dec 6, 2019
1 parent 78ce907 commit 28a7b0b
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -7,7 +7,7 @@ git_source(:gitlab) { |repo| "https://gitlab.com/#{repo}.git" }

# Update Vagrantfile and CircleCI config if Ruby version is bumped
ruby "2.5.5"
gem "rails", "5.0.0"
gem "rails", "5.0.1"

gem "active_model_serializers", "~> 0.9.3"
gem "bcrypt", "~> 3.1.7"
Expand Down
88 changes: 44 additions & 44 deletions Gemfile.lock
Expand Up @@ -23,46 +23,46 @@ GEM
remote: https://rubygems.org/
remote: https://rails-assets.org/
specs:
actioncable (5.0.0)
actionpack (= 5.0.0)
actioncable (5.0.1)
actionpack (= 5.0.1)
nio4r (~> 1.2)
websocket-driver (~> 0.6.1)
actionmailer (5.0.0)
actionpack (= 5.0.0)
actionview (= 5.0.0)
activejob (= 5.0.0)
actionmailer (5.0.1)
actionpack (= 5.0.1)
actionview (= 5.0.1)
activejob (= 5.0.1)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (5.0.0)
actionview (= 5.0.0)
activesupport (= 5.0.0)
actionpack (5.0.1)
actionview (= 5.0.1)
activesupport (= 5.0.1)
rack (~> 2.0)
rack-test (~> 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (5.0.0)
activesupport (= 5.0.0)
actionview (5.0.1)
activesupport (= 5.0.1)
builder (~> 3.1)
erubis (~> 2.7.0)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
active_model_serializers (0.9.7)
activemodel (>= 3.2)
concurrent-ruby (~> 1.0)
activejob (5.0.0)
activesupport (= 5.0.0)
activejob (5.0.1)
activesupport (= 5.0.1)
globalid (>= 0.3.6)
activemodel (5.0.0)
activesupport (= 5.0.0)
activemodel (5.0.1)
activesupport (= 5.0.1)
activemodel-serializers-xml (1.0.2)
activemodel (> 5.x)
activesupport (> 5.x)
builder (~> 3.1)
activerecord (5.0.0)
activemodel (= 5.0.0)
activesupport (= 5.0.0)
activerecord (5.0.1)
activemodel (= 5.0.1)
activesupport (= 5.0.1)
arel (~> 7.0)
activesupport (5.0.0)
activesupport (5.0.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7)
minitest (~> 5.1)
Expand All @@ -78,7 +78,7 @@ GEM
api-pagination (4.8.2)
arel (7.1.4)
ast (2.4.0)
autoprefixer-rails (9.7.2)
autoprefixer-rails (9.7.3)
execjs
awesome_print (1.8.0)
axiom-types (0.1.1)
Expand Down Expand Up @@ -123,7 +123,7 @@ GEM
crack (0.4.3)
safe_yaml (~> 1.0.0)
crass (1.0.5)
css_parser (1.7.0)
css_parser (1.7.1)
addressable
dalli (2.7.10)
database_cleaner (1.7.0)
Expand All @@ -149,7 +149,7 @@ GEM
erubi (1.9.0)
erubis (2.7.0)
eventmachine (1.2.7)
excon (0.69.1)
excon (0.70.0)
execjs (2.7.0)
factory_bot (5.1.1)
activesupport (>= 4.2.0)
Expand All @@ -161,7 +161,7 @@ GEM
faraday_middleware (0.13.1)
faraday (>= 0.7.4, < 1.0)
fast_blank (1.0.0)
ffi (1.9.25)
ffi (1.11.3)
flamegraph (0.9.5)
flipper (0.17.1)
flipper-active_record (0.17.1)
Expand Down Expand Up @@ -316,7 +316,7 @@ GEM
letter_opener (1.7.0)
launchy (~> 2.2)
libv8 (3.16.14.19)
listen (3.2.0)
listen (3.2.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
locale (2.1.2)
Expand Down Expand Up @@ -344,7 +344,7 @@ GEM
minitest (5.13.0)
monetize (1.9.2)
money (~> 6.12)
money (6.13.4)
money (6.13.6)
i18n (>= 0.6.4, <= 2)
money-rails (1.13.3)
activesupport (>= 3.0)
Expand All @@ -361,7 +361,7 @@ GEM
nenv (0.3.0)
netrc (0.11.0)
nio4r (1.2.1)
nokogiri (1.10.5)
nokogiri (1.10.7)
mini_portile2 (~> 2.4.0)
notiffany (0.1.3)
nenv (~> 0.1)
Expand Down Expand Up @@ -440,17 +440,17 @@ GEM
rack-throttle (0.7.0)
bundler (>= 1.0.0)
rack (>= 1.0.0)
rails (5.0.0)
actioncable (= 5.0.0)
actionmailer (= 5.0.0)
actionpack (= 5.0.0)
actionview (= 5.0.0)
activejob (= 5.0.0)
activemodel (= 5.0.0)
activerecord (= 5.0.0)
activesupport (= 5.0.0)
rails (5.0.1)
actioncable (= 5.0.1)
actionmailer (= 5.0.1)
actionpack (= 5.0.1)
actionview (= 5.0.1)
activejob (= 5.0.1)
activemodel (= 5.0.1)
activerecord (= 5.0.1)
activesupport (= 5.0.1)
bundler (>= 1.3.0, < 2.0)
railties (= 5.0.0)
railties (= 5.0.1)
sprockets-rails (>= 2.0.0)
rails-assets-Stickyfill (1.1.4)
rails-assets-jquery (3.4.1)
Expand All @@ -471,10 +471,10 @@ GEM
rails-assets-sifter (0.5.3)
rails-assets-tether (1.1.1)
rails-assets-waypoints (3.1.1)
rails-controller-testing (1.0.1)
actionpack (~> 5.x)
actionview (~> 5.x)
activesupport (~> 5.x)
rails-controller-testing (1.0.4)
actionpack (>= 5.0.1.x)
actionview (>= 5.0.1.x)
activesupport (>= 5.0.1.x)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
Expand All @@ -483,9 +483,9 @@ GEM
rails-i18n (5.1.3)
i18n (>= 0.7, < 2)
railties (>= 5.0, < 6)
railties (5.0.0)
actionpack (= 5.0.0)
activesupport (= 5.0.0)
railties (5.0.1)
actionpack (= 5.0.1)
activesupport (= 5.0.1)
method_source
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
Expand Down Expand Up @@ -764,7 +764,7 @@ DEPENDENCIES
rack-contrib
rack-mini-profiler
rack-throttle
rails (= 5.0.0)
rails (= 5.0.1)
rails-assets-Stickyfill (~> 1.1.3)!
rails-assets-jquery.dirtyforms (~> 2.0.0)!
rails-assets-lodash (~> 4.9.0)!
Expand Down

0 comments on commit 28a7b0b

Please sign in to comment.