From 65efe96aeef600a398f1465c01ed28b51bda456a Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 9 Jan 2020 17:37:16 -0700 Subject: [PATCH] Add ruby 2.7.0 and update to latest patch levels --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index aa1c50764..444a9423c 100644 --- a/Rakefile +++ b/Rakefile @@ -63,7 +63,7 @@ task :update_pipeline, [:slack_url, :slack_channel] do |_, args| puts 'Warning: You should provide slack channel and url to receive slack notifications on build failures' end - ruby_versions = %w[2.6.5 2.5.3 2.4.5 2.3.8 jruby-9.2.9.0] + ruby_versions = %w[2.7.0 2.6.5 2.5.7 2.4.9 2.3.8 jruby-9.2.9.0] params = [] params << "ruby_versions=#{ruby_versions.join(',')}"