Update all of rails to version 5.2.3

This commit is contained in:
depfu[bot] 2019-05-16 13:43:46 +00:00 committed by Henne Vogelsang
parent e3726c776e
commit 254d8cb9fd
No known key found for this signature in database
GPG key ID: 9D6164C2955FADE0
2 changed files with 46 additions and 39 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.1.0'
gem 'rails', '~> 5.2.3'
# Use Puma as the app server
gem 'puma', '~> 3.0'