From edf3821cbef1dc1557a64a89ee0a7306e5d7bc09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Wed, 18 Jun 2025 16:42:52 +0200 Subject: [PATCH 1/2] Bump stringio from 3.1.0 to 3.1.1 Version 3.1.1 is the one included by default in Ruby 3.3.8. We were getting an error when running `rspec` without `bundle exec` because we had an earlier version of that gem in our Gemfile. --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6dbad9f61..2dcb71cd1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -680,7 +680,7 @@ GEM net-sftp (>= 2.1.2) net-ssh (>= 2.8.0) ostruct - stringio (3.1.0) + stringio (3.1.1) terminal-table (4.0.0) unicode-display_width (>= 1.1.1, < 4) terrapin (0.6.0) From 11b0b8be440819ada8ff5f8dd9b92d35a44c36de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Wed, 18 Jun 2025 17:02:16 +0200 Subject: [PATCH 2/2] Bump irb from 1.12.0 to 1.13.1 Version 1.13.1 is the default one in Ruby 3.3.8. The reason we're updating it is that IRB improves in every version of Ruby, making development a bit easier. We're also upgrading the reline gem (which IRB depends on) to the version included in Ruby 3.3.8. --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2dcb71cd1..1e456c945 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -313,8 +313,8 @@ GEM invisible_captcha (2.3.0) rails (>= 5.2) io-console (0.7.2) - irb (1.12.0) - rdoc + irb (1.13.1) + rdoc (>= 4.0.0) reline (>= 0.4.2) json (2.12.2) jwt (2.10.1) @@ -544,7 +544,7 @@ GEM mail redcarpet (3.6.1) regexp_parser (2.10.0) - reline (0.5.1) + reline (0.5.10) io-console (~> 0.5) request_store (1.7.0) rack (>= 1.4)