Update Ruby to 3.2.2
This commit is contained in:
parent
c3e8478840
commit
9c86ed6810
3 changed files with 1 additions and 6 deletions
|
@ -1 +1 @@
|
||||||
3.2.0
|
3.2.2
|
||||||
|
|
2
Gemfile
2
Gemfile
|
@ -1,8 +1,6 @@
|
||||||
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 "3.2.0"
|
|
||||||
|
|
||||||
# unti 7.1 is out
|
# unti 7.1 is out
|
||||||
gem "rails", git: "https://github.com/rails/rails"
|
gem "rails", git: "https://github.com/rails/rails"
|
||||||
gem "sprockets-rails"
|
gem "sprockets-rails"
|
||||||
|
|
|
@ -274,8 +274,5 @@ DEPENDENCIES
|
||||||
web-console
|
web-console
|
||||||
webdrivers
|
webdrivers
|
||||||
|
|
||||||
RUBY VERSION
|
|
||||||
ruby 3.2.0p0
|
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.4.7
|
2.4.7
|
||||||
|
|
Loading…
Reference in a new issue