Skip to content

Commit c31f3fc

Browse files
authored
Require ruby >= 3.1
1 parent 7e69dd6 commit c31f3fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
strategy:
1515
matrix:
1616
ruby:
17-
- "3.0"
1817
- "3.1"
1918
- "3.2"
2019
- "3.3"
20+
- "3.4"
2121
fail-fast: false
2222

2323
steps:

github-markup.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
1313
s.homepage = "https://github.com/github/markup"
1414
s.license = "MIT"
1515

16-
s.required_ruby_version = '>= 3.0.0'
16+
s.required_ruby_version = '>= 3.1.0'
1717

1818
s.files = `git ls-files`.split($\)
1919
s.executables = s.files.grep(%r{^bin/}).map{ |f| File.basename(f) }

0 commit comments

Comments
 (0)