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 c44cb2c commit 03cad77Copy full SHA for 03cad77
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
16
with:
17
engine: cruby-truffleruby
18
- min_version: 2.5
+ min_version: 2.6
19
versions: '["debug"]'
20
21
host:
bigdecimal.gemspec
@@ -53,7 +53,7 @@ Gem::Specification.new do |s|
53
]
54
end
55
56
- s.required_ruby_version = Gem::Requirement.new(">= 2.5.0")
+ s.required_ruby_version = Gem::Requirement.new(">= 2.6.0")
57
58
s.metadata["changelog_uri"] = s.homepage + "/blob/master/CHANGES.md"
59
0 commit comments