We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e1eb54 commit 2dc9aa8Copy full SHA for 2dc9aa8
1 file changed
Rakefile
@@ -56,7 +56,7 @@ URI_BASE = 'https://cache.ruby-lang.org/pub/ruby/'
56
57
# 'rake sync' checks the tarballs in the directories after RUBY_EOL_VERSION.
58
# https://www.ruby-lang.org/en/downloads/branches/
59
-RUBY_EOL_VERSION = '2.6'
+RUBY_EOL_VERSION = '3.1'
60
61
def make_entry(relpath)
62
uri = URI_BASE + relpath
0 commit comments