test/fixture_project/Gemfile in hoe-bundler-1.1.0 vs test/fixture_project/Gemfile in hoe-bundler-1.2.0
- old
+ new
@@ -1,16 +1,16 @@
# -*- ruby -*-
# DO NOT EDIT THIS FILE. Instead, edit Rakefile, and run `rake bundler:gemfile`.
-source :gemcutter
+source "https://rubygems.org/"
gem "xxx", ">=0"
gem "yyy", ">=0"
gem "zzz", "<1.5.0"
gem "aaa", ">=0", :group => [:development, :test]
gem "bbb", ">=2.2.0", :group => [:development, :test]
gem "ccc", ">=0", :group => [:development, :test]
-gem "hoe", ">=2.9.1", :group => [:development, :test]
+gem "hoe", "~>2.12", :group => [:development, :test]
# vim: syntax=ruby