From e63d90a9ee9a1a643f696aa3b0c2d8e2478bd23e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Tue, 30 Sep 2025 16:49:10 +0200 Subject: [PATCH] Bump highline from 2.0.3 to 3.1.2 We were getting this warning when running i18n-tasks: ``` lib/ruby/gems/3.3.0/gems/highline-2.0.3/lib/highline/import.rb:10: warning: abbrev was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.4.0 ``` We're updating the highline gem so we don't get this warning. --- Gemfile.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 23cbebfc9..729a491e4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -290,7 +290,8 @@ GEM rexml (~> 3.0) hashery (2.1.2) hashie (5.0.0) - highline (2.0.3) + highline (3.1.2) + reline htmlbeautifier (1.4.3) htmlentities (4.3.4) httparty (0.23.1)