summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-03-08 15:08:04 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-03-08 15:18:05 +0100
commitc8192d20bf2dd521133311a1684e22c7fa0ecc6d (patch)
treeb62eb6600d9cf3657d53f5048736f70537d16ec5
parentf76911569b590142494bfb8c85e1bd3627a4cf44 (diff)
downloadbundler-bump_rubygems_in_CI.tar.gz
Use rubygems 2.7.9 in CIbump_rubygems_in_CI
-rw-r--r--.travis.yml2
-rw-r--r--Rakefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index ad56cf5b85..2e90164fe8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -52,7 +52,7 @@ jobs:
stage: linting
# Ruby 2.5, Rubygems 2.7
- rvm: 2.5.3
- env: RGV=v2.7.8
+ env: RGV=v2.7.9
stage: test
# Ruby 2.4, Rubygems 2.6
- rvm: 2.4.5
diff --git a/Rakefile b/Rakefile
index 4eed4799db..35f0eff074 100644
--- a/Rakefile
+++ b/Rakefile
@@ -139,7 +139,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.8 v3.0.3]
+ 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}"
RSpec::Core::RakeTask.new(rg) do |t|