Update slim dependency to use a newer version.

This commit is contained in:
Damir Svrtan 2014-06-21 11:15:46 +02:00
parent 74a79fef67
commit 2697cedb37
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ if RUBY_ENGINE == "ruby" and RUBY_VERSION > '1.9.2'
gem 'yajl-ruby'
gem 'nokogiri'
gem 'thin'
gem 'slim', '~> 1.0'
gem 'slim', '~> 2.0'
gem 'coffee-script', '>= 2.0'
gem 'rdoc'
gem 'kramdown'