From 48ed6449b7cbf45cede010fce19e71f9a1d73e41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Thu, 7 Feb 2019 14:56:38 +0100 Subject: Bump main tested rubygems to 3.0.2 --- .travis.yml | 2 +- Rakefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f8d4c6d8e9..a1343e3585 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,7 +42,7 @@ env: # We need to know if changes to rubygems will break bundler on release - RGV=master # Test the latest rubygems release with all of our supported rubies - - RGV=v3.0.1 + - RGV=v3.0.2 jobs: include: diff --git a/Rakefile b/Rakefile index e8ca39590d..3f1606405e 100644 --- a/Rakefile +++ b/Rakefile @@ -143,7 +143,7 @@ begin rubyopt = ENV["RUBYOPT"] # When editing this list, also edit .travis.yml! branches = %w[master] - releases = %w[v2.5.2 v2.6.14 v2.7.7 v3.0.1] + releases = %w[v2.5.2 v2.6.14 v2.7.7 v3.0.2] (branches + releases).each do |rg| desc "Run specs with RubyGems #{rg}" RSpec::Core::RakeTask.new(rg) do |t| -- cgit v1.2.1