Skip to content

Commit

Permalink
Update gemspec dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Linuus committed Nov 16, 2015
1 parent 45099bb commit 5ef618f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion godmin-tags.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]

gem.add_dependency "godmin", "~> 1.0", ">= 0.9.7"
gem.add_dependency "godmin", "< 2.0", ">= 0.9.7"

gem.add_development_dependency "bundler", "~> 1.7"
gem.add_development_dependency "rake", "~> 10.0"
Expand Down

0 comments on commit 5ef618f

Please sign in to comment.