Skip to content

Commit

Permalink
Update phony_rails.gemspec
Browse files Browse the repository at this point in the history
allowed dependencies on phony v 1.7.7 and above (rather than limiting to less than v 1.8)
  • Loading branch information
rjhaveri committed Dec 4, 2012
1 parent c8b5938 commit 67cee65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phony_rails.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"] gem.require_paths = ["lib"]
gem.version = PhonyRails::VERSION gem.version = PhonyRails::VERSION


gem.add_dependency "phony", "~> 1.7.7" gem.add_dependency "phony", ">= 1.7.7"
gem.add_dependency "countries", "~> 0.8.2" gem.add_dependency "countries", "~> 0.8.2"
gem.add_dependency "activerecord", "~> 3.0" gem.add_dependency "activerecord", "~> 3.0"
end end

0 comments on commit 67cee65

Please sign in to comment.