mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
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:
parent
0c5aedb2fb
commit
a444627a5e
2 changed files with 42 additions and 41 deletions
2
Gemfile
2
Gemfile
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue