Skip to content

Commit

Permalink
Update rake dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
Antti committed Aug 5, 2013
1 parent 8e6d0f9 commit d491ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ex_ua.gemspec
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|

# specify any dependencies here; for example:
s.add_development_dependency "rspec", '>= 2.10.0'
s.add_development_dependency "rake"
s.add_development_dependency "rake", '>= 0.9.0'
s.add_runtime_dependency "httparty", '>= 0.10.0'
s.add_runtime_dependency "nokogiri", '>= 1.5.0'
end

0 comments on commit d491ffb

Please sign in to comment.