Gemfile in rspec-its-1.0.1 vs Gemfile in rspec-its-1.1.0
- old
+ new
@@ -2,12 +2,11 @@
# Specify your gem's dependencies in rspec-its.gemspec
gemspec
%w[rspec rspec-core rspec-expectations rspec-mocks rspec-support].each do |lib|
- branch = ENV.fetch('BRANCH','master')
- next if branch == '2-99-maintenance' && lib == 'rspec-support'
+ branch = ENV.fetch('BRANCH','3-1-maintenance')
library_path = File.expand_path("../../#{lib}", __FILE__)
if File.exist?(library_path)
gem lib, :path => library_path
else
gem lib, :git => "git://github.com/rspec/#{lib}.git",
@@ -22,6 +21,6 @@
eval File.read('Gemfile-custom') if File.exist?('Gemfile-custom')
platform :rbx do
gem 'rubysl'
-end
\ No newline at end of file
+end