rails 7.1 and ruby 3.2.1
This commit is contained in:
parent
5b624e6c30
commit
1095ae3aa5
3 changed files with 100 additions and 73 deletions
6
Gemfile
6
Gemfile
|
|
@ -1,14 +1,14 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
ruby '2.7.3'
|
||||
#ruby '3.2.1'
|
||||
#ruby '2.7.3'
|
||||
ruby '3.2.1'
|
||||
|
||||
# https://github.com/ruby/net-protocol/issues/10
|
||||
gem 'net-http'
|
||||
|
||||
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
||||
#gem 'rails', '~> 6.0'
|
||||
gem 'rails', '~> 7.0.0'
|
||||
gem 'rails', '~> 7.1'
|
||||
|
||||
gem 'bootsnap'
|
||||
#gem 'webpacker'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue