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 21e974e commit f154892Copy full SHA for f154892
.github/workflows/ruby.yml
@@ -13,7 +13,7 @@ jobs:
13
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
14
with:
15
engine: cruby
16
- min_version: 3.1
+ min_version: 3.2
17
18
build:
19
needs: ruby-versions
error_highlight.gemspec
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/ruby/error_highlight"
20
spec.license = "MIT"
21
- spec.required_ruby_version = Gem::Requirement.new(">= 3.1.0.dev")
+ spec.required_ruby_version = Gem::Requirement.new(">= 3.2.0")
22
23
spec.files = Dir.chdir(File.expand_path(__dir__)) do
24
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{\A(?:test|spec|features)/}) }
0 commit comments