From 5c7afb627d337b802f2587893f51d63861042ad4 Mon Sep 17 00:00:00 2001 From: rebuilt Date: Mon, 13 Mar 2023 14:10:36 -0700 Subject: [PATCH] update ruby version --- .ruby-version | 2 +- Gemfile | 2 +- Gemfile.lock | 9 +-------- 3 files changed, 3 insertions(+), 10 deletions(-) diff --git a/.ruby-version b/.ruby-version index a9cadc6..72b3400 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -ruby-3.2.0 +ruby-3.2.1 diff --git a/Gemfile b/Gemfile index 99dc622..c255f43 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.0' +ruby '3.2.1' # 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 798325b..3508bf4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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