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] 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)