From ac4e75c9ddd3ebdf894ddbefbd5e7a024e37368a Mon Sep 17 00:00:00 2001 From: Gabe Farrell Date: Thu, 13 Apr 2023 19:46:27 -0400 Subject: [PATCH] Updated Ruby to 3.2.2 --- .ruby-version | 2 +- Gemfile | 2 +- Gemfile.lock | 9 ++++++++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.ruby-version b/.ruby-version index 72b3400..9e79f6c 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -ruby-3.2.1 +ruby-3.2.2 diff --git a/Gemfile b/Gemfile index c255f43..b0512ff 100644 --- a/Gemfile +++ b/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' diff --git a/Gemfile.lock b/Gemfile.lock index 3508bf4..bbbed29 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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