summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 00b64638a9..2aec87d06a 100644
--- a/Rakefile
+++ b/Rakefile
@@ -69,7 +69,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.3"
+ sh "gem update --system 3.0.4"
# Install the other gem deps, etc
Rake::Task["spec:deps"].invoke
@@ -107,7 +107,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.9 v3.0.3]
+ releases = %w[v2.5.2 v2.6.14 v2.7.10 v3.0.4]
(branches + releases).each do |rg|
desc "Run specs with RubyGems #{rg}"
task rg do