Commit b3c6fd95 authored by Lars Gierth's avatar Lars Gierth
Browse files

Remove Bundler from Gemfile

Bundler is (obviously) already there when the Gemfile gets evaluated. Thus you get funny messages like


  Bundler could not find compatible versions for gem "bundler":
    In Gemfile:
      bundler (~> 1.0.0) ruby

    Current Bundler version:
      bundler (1.1.rc.7)
parent 92ec1acb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -18,6 +18,5 @@ group :development do
  gem "delorean", ">= 0" 
  gem "rspec", "~> 2.6.0"
  gem "shoulda", ">= 0"
  gem "bundler", "~> 1.0.0"
  gem "jeweler", "~> 1.5.2"
end