Gemfile in beaker-vagrant-0.7.1 vs Gemfile in beaker-vagrant-1.0.0
- old
+ new
@@ -1,27 +1,6 @@
-source ENV['GEM_SOURCE'] || "https://rubygems.org"
+source ENV['GEM_SOURCE'] || 'https://rubygems.org'
gemspec
-
-
-
-def location_for(place, fake_version = nil)
- if place =~ /^git:([^#]*)#(.*)/
- [fake_version, { :git => $1, :branch => $2, :require => false }].compact
- elsif place =~ /^file:\/\/(.*)/
- ['>= 0', { :path => File.expand_path($1), :require => false }]
- else
- [place, { :require => false }]
- end
-end
-
-
-# We don't put beaker in as a test dependency because we
-# don't want to create a transitive dependency
-group :acceptance_testing do
- gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '~> 4.0')
-end
-
-
-if File.exists? "#{__FILE__}.local"
- eval(File.read("#{__FILE__}.local"), binding)
+group :release do
+ gem 'github_changelog_generator', require: false
end