mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-07 13:38:13 -08:00
Updated Ruby to 3.2.2
This commit is contained in:
parent
8236a4d291
commit
ac4e75c9dd
3 changed files with 10 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
ruby-3.2.1
|
||||
ruby-3.2.2
|
||||
|
|
|
|||
2
Gemfile
2
Gemfile
|
|
@ -1,7 +1,7 @@
|
|||
source 'https://rubygems.org'
|
||||
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
||||
|
||||
ruby '3.2.1'
|
||||
ruby '3.2.2'
|
||||
|
||||
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
|
||||
gem 'rails', '~> 7.0.4'
|
||||
|
|
|
|||
|
|
@ -77,6 +77,8 @@ 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)
|
||||
|
|
@ -110,6 +112,9 @@ GEM
|
|||
http_parser.rb (0.8.0)
|
||||
i18n (1.12.0)
|
||||
concurrent-ruby (~> 1.0)
|
||||
io-console (0.6.0)
|
||||
irb (1.6.4)
|
||||
reline (>= 0.3.0)
|
||||
jbuilder (2.11.5)
|
||||
actionview (>= 5.0.0)
|
||||
activesupport (>= 5.0.0)
|
||||
|
|
@ -196,6 +201,8 @@ GEM
|
|||
rb-fsevent (0.11.2)
|
||||
rb-inotify (0.10.1)
|
||||
ffi (~> 1.0)
|
||||
reline (0.3.3)
|
||||
io-console (~> 0.5)
|
||||
rspec-core (3.12.1)
|
||||
rspec-support (~> 3.12.0)
|
||||
rspec-expectations (3.12.2)
|
||||
|
|
@ -274,7 +281,7 @@ DEPENDENCIES
|
|||
web-console
|
||||
|
||||
RUBY VERSION
|
||||
ruby 3.2.1p31
|
||||
ruby 3.2.2p53
|
||||
|
||||
BUNDLED WITH
|
||||
2.3.17
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue