bump ruby version to 3.2.0

pull/1/head
rebuilt 3 years ago
parent 06f49fc17f
commit 94dc17e351

@ -1 +1 @@
3.1.2 3.2.0

@ -1,5 +1,5 @@
source 'https://rubygems.org' source 'https://rubygems.org'
ruby '3.1.2' ruby '3.2.0'
git_source(:github) do |repo_name| git_source(:github) do |repo_name|
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?('/') repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?('/')

@ -193,6 +193,7 @@ GEM
matrix (0.4.2) matrix (0.4.2)
method_source (1.0.0) method_source (1.0.0)
mini_mime (1.1.2) mini_mime (1.1.2)
mini_portile2 (2.8.1)
minitest (5.16.3) minitest (5.16.3)
msgpack (1.5.2) msgpack (1.5.2)
multi_json (1.15.0) multi_json (1.15.0)
@ -207,9 +208,8 @@ GEM
net-protocol net-protocol
newrelic_rpm (8.8.0) newrelic_rpm (8.8.0)
nio4r (2.5.8) nio4r (2.5.8)
nokogiri (1.13.9-x86_64-darwin) nokogiri (1.13.9)
racc (~> 1.4) mini_portile2 (~> 2.8.0)
nokogiri (1.13.9-x86_64-linux)
racc (~> 1.4) racc (~> 1.4)
omniauth (2.1.0) omniauth (2.1.0)
hashie (>= 3.4.6) hashie (>= 3.4.6)
@ -457,7 +457,7 @@ DEPENDENCIES
web-console web-console
RUBY VERSION RUBY VERSION
ruby 3.1.2p20 ruby 3.2.0p0
BUNDLED WITH BUNDLED WITH
2.3.3 2.3.3

Loading…
Cancel
Save