Skip to content

Commit

Permalink
Lock Slim to avoid failures
Browse files Browse the repository at this point in the history
Fixes #116
  • Loading branch information
pusewicz authored and radar committed Sep 25, 2013
1 parent c3aa171 commit 43c0bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deface.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|

s.add_development_dependency('rspec', '>= 2.11.0')
s.add_development_dependency('haml', '>= 3.1.4')
s.add_development_dependency('slim', '>= 2.0.0')
s.add_development_dependency('slim', '2.0.0') # 2.0.1 breaks slim loader specs
s.add_development_dependency('simplecov', '>= 0.6.4')
s.add_development_dependency('generator_spec', '~> 0.8')
end

0 comments on commit 43c0bad

Please sign in to comment.