Welcome to Rails 7 by default

This commit is contained in:
Henne Vogelsang 2022-02-24 16:13:14 +01:00
parent 457fbd1d5a
commit b76db55302
No known key found for this signature in database
GPG key ID: 97DDB66BDAF8D4D6
3 changed files with 179 additions and 142 deletions

View file

@ -14,9 +14,9 @@ end
# as web framework
if next?
gem 'rails', '~> 7'
gem 'rails', '~> 7.1'
else
gem 'rails', '~> 5.2'
gem 'rails', '~> 7.0'
end
# Use Puma as the app server