DEV: lower highline requirement

This commit is contained in:
Joffrey JAFFEUX 2018-06-27 22:50:00 +02:00 committed by GitHub
parent fb022098f6
commit ebd2be9e02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -94,7 +94,7 @@ gem 'tilt', require: false
gem 'execjs', require: false
gem 'mini_racer'
gem 'highline', require: false
gem 'highline', '~> 1.7.0', require: false
gem 'rack-protection' # security
# Gems used only for assets and not required in production environments by default.

View File

@ -130,7 +130,7 @@ GEM
guess_html_encoding (0.0.11)
hashdiff (0.3.7)
hashie (3.5.7)
highline (2.0.0)
highline (1.7.10)
hiredis (0.6.1)
hkdf (0.3.0)
htmlentities (4.3.4)
@ -440,7 +440,7 @@ DEPENDENCIES
flamegraph
foreman
gc_tracer
highline
highline (~> 1.7.0)
hiredis
htmlentities
http_accept_language (~> 2.0.5)