Welcome to Rails 7 by default
This commit is contained in:
parent
457fbd1d5a
commit
b76db55302
3 changed files with 179 additions and 142 deletions
4
Gemfile
4
Gemfile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue