Skip to content

Commit

Permalink
add rake to bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
grantr committed Jul 28, 2011
1 parent 28ece41 commit 0fe3ad7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -11,6 +11,7 @@ GEM
diff-lcs (1.1.2)
mocha (0.9.12)
patron (0.4.12)
rake (0.9.2)
rspec (2.5.0)
rspec-core (~> 2.5.0)
rspec-expectations (~> 2.5.0)
Expand All @@ -32,6 +33,7 @@ DEPENDENCIES
bundler (~> 1.0.0)
mocha (~> 0.9.0)
patron (~> 0.4.12)
rake (~> 0.9.2)
rspec (~> 2.0)
rubberband!
simplecov (>= 0.3.8)
Expand Down
1 change: 1 addition & 0 deletions rubberband.gemspec
Expand Up @@ -28,6 +28,7 @@ Gem::Specification.new do |s|

s.add_runtime_dependency("patron", [">= 0"])
s.add_runtime_dependency("yajl-ruby", [">= 0"])
s.add_development_dependency("rake", ["~> 0.9.2"])
s.add_development_dependency("rspec", ["~> 2.0"])
s.add_development_dependency("yard", ["~> 0.6.0"])
s.add_development_dependency("bundler", ["~> 1.0.0"])
Expand Down

0 comments on commit 0fe3ad7

Please sign in to comment.