summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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|