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:
parent
fb022098f6
commit
ebd2be9e02
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue