Skip to content

Commit

Permalink
Update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
yivo committed Sep 18, 2016
1 parent 7200ccc commit c74377a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pug-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ Gem::Specification.new do |s|
s.test_files = `git ls-files -z -- {test,spec,features}/*`.split("\x0")
s.require_paths = ['lib']

s.add_dependency 'pug-ruby', '~> 1.0.0'
s.add_dependency 'tilt', '~> 2.0.0'
s.add_dependency 'pug-ruby', '~> 1.0'
s.add_dependency 'tilt', '~> 2.0'
end

0 comments on commit c74377a

Please sign in to comment.