Update to ruby 3.1.2

This commit is contained in:
Thor77 2022-05-19 21:59:14 +02:00
parent 28a74654d4
commit bb13de2b84
No known key found for this signature in database
GPG Key ID: 5051E71B46AA669A
3 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
2.7.5 3.1.2

View File

@ -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'

View File

@ -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