diff --git a/.travis.yml b/.travis.yml index efd4d2569a6..33412d5b004 100644 --- a/.travis.yml +++ b/.travis.yml @@ -71,7 +71,7 @@ jobs: stage: test # 1.x mode (we want to keep stuff passing in 1.x mode for now) - rvm: 2.6.2 - env: RGV=v3.0.3 BUNDLER_SPEC_SUB_VERSION=1.98 + env: RGV=seg-fix-require-dash-i-beats-default-gem BUNDLER_SPEC_SUB_VERSION=1.98 stage: test allow_failures: diff --git a/Rakefile b/Rakefile index 2b038c11271..e6c6d502054 100644 --- a/Rakefile +++ b/Rakefile @@ -115,7 +115,7 @@ namespace :spec do # RubyGems specs by version namespace :rubygems do # When editing this list, also edit .travis.yml! - branches = %w[master] + branches = %w[master seg-fix-require-dash-i-beats-default-gem] releases = %w[v2.5.2 v2.6.14 v2.7.9 v3.0.3] (branches + releases).each do |rg| desc "Run specs with RubyGems #{rg}"