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.
This commit is contained in:
Javi Martín
2025-09-30 16:49:10 +02:00
parent a73c1184fa
commit e63d90a9ee

View File

@@ -290,7 +290,8 @@ GEM
rexml (~> 3.0) rexml (~> 3.0)
hashery (2.1.2) hashery (2.1.2)
hashie (5.0.0) hashie (5.0.0)
highline (2.0.3) highline (3.1.2)
reline
htmlbeautifier (1.4.3) htmlbeautifier (1.4.3)
htmlentities (4.3.4) htmlentities (4.3.4)
httparty (0.23.1) httparty (0.23.1)