Skip to content

Commit

Permalink
[GEMS] Removed pinning Rake to specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
karmi committed Nov 11, 2011
1 parent 2cadae8 commit edc1c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tire.gemspec
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |s|

# = Library dependencies
#
s.add_dependency "rake", "~> 0.9.2"
s.add_dependency "rake"
s.add_dependency "rest-client", "~> 1.6.0"
s.add_dependency "multi_json", "~> 1.0"
s.add_dependency "activemodel", "~> 3.0"
Expand Down

0 comments on commit edc1c5f

Please sign in to comment.