Skip to content

Commit

Permalink
Added rake to the Gemfile, so rake and bundler can play nice.
Browse files Browse the repository at this point in the history
  • Loading branch information
sgonyea committed Dec 28, 2010
1 parent 2ab5cda commit 2722dfd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
source "http://rubygems.org"

gem 'rake'
gem 'gollum-site'
gem 'rdiscount'
gem 'RedCloth'
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ GEM
mustache (0.12.0)
nokogiri (1.4.4)
rack (1.2.1)
rake (0.8.7)
rdiscount (1.6.5)
rspec (2.3.0)
rspec-core (~> 2.3.0)
Expand All @@ -48,5 +49,6 @@ PLATFORMS
DEPENDENCIES
RedCloth
gollum-site
rake
rdiscount
rspec
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'bundler'
require 'bundler/setup'

require 'rspec'
require 'rspec/core'
Expand Down

0 comments on commit 2722dfd

Please sign in to comment.