mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Merge branch 'timfel-master'
This commit is contained in:
commit
9047591167
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -29,7 +29,7 @@ gem 'sass', :group => 'sass'
|
|||
gem 'builder', :group => 'builder'
|
||||
gem 'erubis', :group => 'erubis'
|
||||
gem 'less', '~> 1.0', :group => 'less'
|
||||
gem 'liquid', :group => 'liquid'
|
||||
gem 'liquid', :group => 'liquid' unless RUBY_ENGINE == 'maglev'
|
||||
gem 'slim', :group => 'slim'
|
||||
gem 'RedCloth', :group => 'redcloth' if RUBY_VERSION < "1.9.3" and not RUBY_ENGINE.start_with? 'ma'
|
||||
gem 'coffee-script', '>= 2.0', :group => 'coffee-script'
|
||||
|
|
Loading…
Reference in a new issue