upgrade rails to 5.2.4.4

This commit is contained in:
Thomas Schmidt 2020-09-29 00:15:42 +02:00
parent f5ac859b9b
commit bfb036fa96
No known key found for this signature in database
GPG key ID: C11A28463B554979
2 changed files with 53 additions and 53 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.2.3'
gem 'rails', '~> 5.2'
# Use Puma as the app server
gem 'puma', '~> 3.0'