Update to ruby 3.1.2
This commit is contained in:
parent
28a74654d4
commit
bb13de2b84
|
|
@ -1 +1 @@
|
||||||
2.7.5
|
3.1.2
|
||||||
|
|
|
||||||
2
Gemfile
2
Gemfile
|
|
@ -3,7 +3,7 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
||||||
|
|
||||||
ruby '2.7.5'
|
ruby '3.1.2'
|
||||||
|
|
||||||
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
||||||
gem 'rails', '~> 7.0.3'
|
gem 'rails', '~> 7.0.3'
|
||||||
|
|
|
||||||
|
|
@ -349,7 +349,7 @@ DEPENDENCIES
|
||||||
tzinfo-data
|
tzinfo-data
|
||||||
|
|
||||||
RUBY VERSION
|
RUBY VERSION
|
||||||
ruby 2.7.5p203
|
ruby 3.1.2p20
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.3.13
|
2.3.7
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue