summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-08-17 14:05:39 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-08-17 14:05:39 +0200
commit7fba99adf77cecd8450f73791343ddabe4d9c14f (patch)
tree4120af77884dac5583fa0338fca42d0b4f3df5bc
parent33a65c256717db8d1229d2e7dbbc7265a3933c05 (diff)
downloadbundler-bump_rubygems.tar.gz
Use the latest rubygems 3.0.6 in CIbump_rubygems
-rw-r--r--.travis.yml6
-rw-r--r--Rakefile4
2 files changed, 5 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 3d2a321215..52591a022c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -39,8 +39,8 @@ env:
- RGV=master BUNDLER_SPEC_SUB_VERSION=3.0.0
- RGV=master
# Test the latest rubygems release with all of our supported rubies
- - RGV=v3.0.4 BUNDLER_SPEC_SUB_VERSION=3.0.0
- - RGV=v3.0.4
+ - RGV=v3.0.6 BUNDLER_SPEC_SUB_VERSION=3.0.0
+ - RGV=v3.0.6
jobs:
include:
@@ -52,7 +52,7 @@ jobs:
env: RGV=master
stage: test
- rvm: 2.3.8
- env: RGV=v3.0.4
+ env: RGV=v3.0.6
stage: test
# Ruby 2.5, Rubygems 2.7
- rvm: 2.5.5
diff --git a/Rakefile b/Rakefile
index b2a630090e..3399f4dd25 100644
--- a/Rakefile
+++ b/Rakefile
@@ -51,7 +51,7 @@ namespace :spec do
sh "sudo apt-get install graphviz -y"
# Install the gems with a consistent version of RubyGems
- sh "gem update --system 3.0.4"
+ sh "gem update --system 3.0.6"
# Install the other gem deps, etc
Rake::Task["spec:deps"].invoke
@@ -89,7 +89,7 @@ namespace :spec do
namespace :rubygems do
# When editing this list, also edit .travis.yml!
branches = %w[master]
- releases = %w[v2.5.2 v2.6.14 v2.7.10 v3.0.4]
+ releases = %w[v2.5.2 v2.6.14 v2.7.10 v3.0.6]
(branches + releases).each do |rg|
desc "Run specs with RubyGems #{rg}"
task rg do