Update to Rails 5.1

We need to update to Rails 5.2 because of the security issue:

https://groups.google.com/forum/#!topic/rubyonrails-security/IsQKvDqZdKw

But this is not an easy update, so let's try to update in small steps.
This commit is contained in:
Ana María Martínez Gómez 2019-04-29 14:28:44 +02:00
parent 0c5aedb2fb
commit a444627a5e
No known key found for this signature in database
GPG key ID: EACB9B4BC80C0347
2 changed files with 42 additions and 41 deletions

View file

@ -10,7 +10,7 @@ if Gem::Version.new(Bundler::VERSION) < Gem::Version.new('1.8.4')
end
# as web framework
gem 'rails', '~> 5.0.7'
gem 'rails', '~> 5.1.0'
# Use Puma as the app server
gem 'puma', '~> 3.0'