There is no need to explicitly bundle bundler

This line prevented me from bundling with bundler version 1.1 for no
good reason.
This commit is contained in:
Erik Michaels-Ober 2012-03-06 13:33:13 -08:00
parent 7de8bd9614
commit 9db9a8e9a6
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@ source "http://rubygems.org"
group :development do
gem "shoulda", ">= 0"
gem "bundler", "~> 1.0.0"
gem "jeweler", "~> 1.5.1"
gem "rcov", ">= 0"
end