Update all of rails to version 5.2.2.1

This commit is contained in:
depfu[bot] 2019-03-13 19:16:33 +00:00
parent 2a0552d6b2
commit 490b9de0f2
2 changed files with 54 additions and 46 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.2.2'
# Use Puma as the app server
gem 'puma', '~> 3.0'