We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d2959c commit 03873a9Copy full SHA for 03873a9
.github/workflows/test.yml
@@ -7,6 +7,7 @@ jobs:
7
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
8
with:
9
engine: cruby-truffleruby
10
+ min_version: 2.6
11
12
test:
13
needs: ruby-versions
timeout.gemspec
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
21
spec.metadata["homepage_uri"] = spec.homepage
22
spec.metadata["source_code_uri"] = spec.homepage
23
24
- spec.required_ruby_version = '>= 2.5.0'
+ spec.required_ruby_version = '>= 2.6.0'
25
26
spec.files = Dir.chdir(__dir__) do
27
`git ls-files -z`.split("\x0").reject do |f|
0 commit comments