Skip to content

Commit

Permalink
Including Rake in Gemfile for testing on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Franklin Webber committed Jan 16, 2012
1 parent ccc399f commit 0b693ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ source "http://rubygems.org"
gem "nokogiri"

group :development do
gem "rake", "0.9.2"
gem "rspec", "~>2.0"
gem "yard"
end
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ GEM
specs:
diff-lcs (1.1.2)
nokogiri (1.5.0)
rake (0.9.2)
rspec (2.6.0)
rspec-core (~> 2.6.0)
rspec-expectations (~> 2.6.0)
Expand All @@ -18,5 +19,6 @@ PLATFORMS

DEPENDENCIES
nokogiri
rake (= 0.9.2)
rspec (~> 2.0)
yard

0 comments on commit 0b693ce

Please sign in to comment.