From 3395126cd4d098904f2afbb13b0201de10d4aa41 Mon Sep 17 00:00:00 2001 From: rebuilt Date: Fri, 10 Mar 2023 16:12:51 -0800 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 944880fa..e4604e3a 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.2.0 +3.2.1 diff --git a/Gemfile b/Gemfile index b76040cc..1331d660 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' -ruby '3.2.0' +ruby '3.2.1' git_source(:github) do |repo_name| repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?('/') diff --git a/Gemfile.lock b/Gemfile.lock index e2221006..8cf8a3c0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -121,8 +121,6 @@ GEM database_cleaner-core (2.0.1) date (3.3.3) debug (1.7.1) - irb (>= 1.5.0) - reline (>= 0.3.1) devise (4.8.1) bcrypt (~> 3.0) orm_adapter (~> 0.1) @@ -160,9 +158,6 @@ GEM hashie (5.0.0) i18n (1.12.0) concurrent-ruby (~> 1.0) - io-console (0.6.0) - irb (1.6.2) - reline (>= 0.3.0) jaro_winkler (1.5.4) jbuilder (2.11.5) actionview (>= 5.0.0) @@ -283,8 +278,6 @@ GEM parser (~> 3.2.0) rainbow (>= 2.0, < 4.0) regexp_parser (2.7.0) - reline (0.3.2) - io-console (~> 0.5) responders (3.1.0) actionpack (>= 5.2) railties (>= 5.2) @@ -470,7 +463,7 @@ DEPENDENCIES web-console RUBY VERSION - ruby 3.2.0p0 + ruby 3.2.1p31 BUNDLED WITH 2.3.3