2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

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.