Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Commit

Permalink
chore: bump rake to 10.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethkalmer committed Dec 10, 2014
1 parent 1c629b2 commit 5bd8653
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ GEM
mime-types (1.16)
mocha (0.9.12)
polyglot (0.3.1)
rake (0.8.7)
rake (10.4.2)
rspec (2.5.0)
rspec-core (~> 2.5.0)
rspec-expectations (~> 2.5.0)
Expand All @@ -38,7 +38,7 @@ DEPENDENCIES
bundler
mail
mocha
rake
rake (~> 10.4.2)
rspec (~> 2.5.0)
safely!
toadhopper
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/Gemfile.ci.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ GEM
mocha (0.9.12)
multi_json (1.10.1)
polyglot (0.3.1)
rake (0.8.7)
rake (10.4.2)
rest-client (1.6.7)
mime-types (>= 1.16)
rspec (2.5.0)
Expand Down Expand Up @@ -58,7 +58,7 @@ DEPENDENCIES
coveralls
mail
mocha
rake
rake (~> 10.4.2)
rspec (~> 2.5.0)
safely!
toadhopper
Expand Down
2 changes: 1 addition & 1 deletion safely.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
gem.version = Safely.version

gem.add_development_dependency(%q<bundler>)
gem.add_development_dependency(%q<rake>)
gem.add_development_dependency(%q<rake>, ["~> 10.4.2"])
gem.add_development_dependency(%q<toadhopper>, [">= 0"])
gem.add_development_dependency(%q<mail>, [">= 0"])
gem.add_development_dependency(%q<rspec>, ["~> 2.5.0"])
Expand Down

0 comments on commit 5bd8653

Please sign in to comment.