mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
fix gemfile
This commit is contained in:
parent
30d2d4deaf
commit
bde0e7756c
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -32,7 +32,7 @@ gem 'haml', '>= 3.0'
|
|||
gem 'sass' if RUBY_VERSION < "2.0"
|
||||
gem 'builder'
|
||||
gem 'erubis'
|
||||
gem 'liquid' if RUBY_ENGINE == 'rbx' and RUBY_VERSION > '1.9'
|
||||
gem 'liquid' unless RUBY_ENGINE == 'rbx' and RUBY_VERSION > '1.9'
|
||||
gem 'slim', '~> 1.0'
|
||||
gem 'temple', '!= 0.3.3'
|
||||
gem 'coffee-script', '>= 2.0'
|
||||
|
|
Loading…
Add table
Reference in a new issue