mirror of
https://github.com/discourse/discourse.git
synced 2025-02-17 00:13:16 +08:00
DEV: Upgrade highline gem to latest (#10471)
Currently we have pinned highline to version 1.7.0. This is the gem that we use to have an interactive command line for tasks like `rake admin:create`. Upgrading to the latest version 2.0.3 will remove ruby 2.7 deprecation warnings. I'm not sure why *this* gem was pinned. I manually executed a couple of our rake tasks that use this and everything seems fine.
This commit is contained in:
parent
a27b6770fd
commit
c767fb1ed3
3
Gemfile
3
Gemfile
|
@ -125,8 +125,7 @@ gem 'mini_scheduler'
|
||||||
gem 'execjs', require: false
|
gem 'execjs', require: false
|
||||||
gem 'mini_racer'
|
gem 'mini_racer'
|
||||||
|
|
||||||
# TODO: determine why highline is being held back and upgrade to latest
|
gem 'highline', require: false
|
||||||
gem 'highline', '~> 1.7.0', require: false
|
|
||||||
|
|
||||||
gem 'rack'
|
gem 'rack'
|
||||||
|
|
||||||
|
|
|
@ -144,7 +144,7 @@ GEM
|
||||||
guess_html_encoding (0.0.11)
|
guess_html_encoding (0.0.11)
|
||||||
hashdiff (1.0.1)
|
hashdiff (1.0.1)
|
||||||
hashie (4.1.0)
|
hashie (4.1.0)
|
||||||
highline (1.7.10)
|
highline (2.0.3)
|
||||||
hkdf (0.3.0)
|
hkdf (0.3.0)
|
||||||
htmlentities (4.3.4)
|
htmlentities (4.3.4)
|
||||||
http_accept_language (2.1.1)
|
http_accept_language (2.1.1)
|
||||||
|
@ -479,7 +479,7 @@ DEPENDENCIES
|
||||||
fastimage
|
fastimage
|
||||||
flamegraph
|
flamegraph
|
||||||
gc_tracer
|
gc_tracer
|
||||||
highline (~> 1.7.0)
|
highline
|
||||||
htmlentities
|
htmlentities
|
||||||
http_accept_language
|
http_accept_language
|
||||||
json
|
json
|
||||||
|
|
Loading…
Reference in New Issue
Block a user