Skip to content
This repository has been archived by the owner on Jul 29, 2021. It is now read-only.

Commit

Permalink
Add rake dependency
Browse files Browse the repository at this point in the history
To avoid error with Ruby 2.0 in which running `bundle exec rake` yield

/lib/bundler/rubygems_integration.rb:214:in `block in replace_gem': rake is not part of the bundle. Add it to Gemfile. (Gem::LoadError)

[Closes #2]
  • Loading branch information
Trung Lê committed May 13, 2013
1 parent 5894fe0 commit 84da7fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
source 'http://rubygems.org'

gem 'rake'

gemspec
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ GEM
remote: http://rubygems.org/
specs:
diff-lcs (1.1.3)
rake (10.0.4)
redcarpet (2.2.2)
rspec (2.11.0)
rspec-core (~> 2.11.0)
Expand All @@ -22,6 +23,7 @@ PLATFORMS
ruby

DEPENDENCIES
rake
redcarpet (~> 2.2.2)
rspec (~> 2.0)
stately!
Expand Down

0 comments on commit 84da7fe

Please sign in to comment.