mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
less 2.0 is not supported atm
This commit is contained in:
parent
14a247de73
commit
eaee326bed
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -27,7 +27,7 @@ gem 'haml', '>= 3.0', :group => 'haml'
|
|||
gem 'sass', :group => 'sass'
|
||||
gem 'builder', :group => 'builder'
|
||||
gem 'erubis', :group => 'erubis'
|
||||
gem 'less', :group => 'less'
|
||||
gem 'less', '~> 1.0', :group => 'less'
|
||||
gem 'liquid', :group => 'liquid'
|
||||
gem 'slim', :group => 'slim'
|
||||
gem 'RedCloth', :group => 'redcloth' if RUBY_VERSION < "1.9.3" and not RUBY_ENGINE.start_with? 'ma'
|
||||
|
|
Loading…
Reference in a new issue