From f43d751cd74d03d125f59b8e4ee7f63d13929c5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Fri, 5 Apr 2019 18:39:18 +0200 Subject: [PATCH] Try rubygems branch fixing -I priority --- .travis.yml | 2 +- Rakefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}"