Skip to content

Commit

Permalink
adding rake to bundle gems
Browse files Browse the repository at this point in the history
  • Loading branch information
fguillen committed Aug 12, 2011
1 parent 055556d commit 859256d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gemfile.lock
@@ -1,13 +1,14 @@
PATH
remote: .
specs:
simplecov-rcov (0.2.0)
simplecov-rcov (0.2.1)
simplecov (>= 0.4.1)

GEM
remote: http://rubygems.org/
specs:
mocha (0.9.12)
rake (0.9.2)
simplecov (0.4.2)
simplecov-html (~> 0.4.4)
simplecov-html (0.4.5)
Expand All @@ -18,4 +19,5 @@ PLATFORMS
DEPENDENCIES
bundler (>= 1.0.0.rc.6)
mocha
rake
simplecov-rcov!
1 change: 1 addition & 0 deletions simplecov-rcov.gemspec
Expand Up @@ -28,4 +28,5 @@ Gem::Specification.new do |s|

s.add_development_dependency 'bundler', '>= 1.0.0.rc.6'
s.add_development_dependency 'mocha'
s.add_development_dependency 'rake'
end

0 comments on commit 859256d

Please sign in to comment.