update ruby version

main
rebuilt 3 years ago
parent e251577240
commit 5c7afb627d

@ -1 +1 @@
ruby-3.2.0
ruby-3.2.1

@ -1,7 +1,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '3.2.0'
ruby '3.2.1'
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem 'rails', '~> 7.0.4'

@ -77,8 +77,6 @@ GEM
railties (>= 6.0.0)
date (3.3.3)
debug (1.7.1)
irb (>= 1.5.0)
reline (>= 0.3.1)
diff-lcs (1.5.0)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
@ -112,9 +110,6 @@ GEM
http_parser.rb (0.8.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
io-console (0.6.0)
irb (1.6.2)
reline (>= 0.3.0)
jbuilder (2.11.5)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
@ -201,8 +196,6 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
reline (0.3.2)
io-console (~> 0.5)
rspec-core (3.12.1)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.2)
@ -281,7 +274,7 @@ DEPENDENCIES
web-console
RUBY VERSION
ruby 3.2.0p0
ruby 3.2.1p31
BUNDLED WITH
2.3.17

Loading…
Cancel
Save