Skip to content

Commit 5af1a42

Browse files
committed
Drop to support Ruby 2.4
1 parent b81645f commit 5af1a42

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
ruby: [ '3.0', 2.7, 2.6, 2.5, 2.4, head, jruby-9.2.17.0, jruby-head ]
10+
ruby: [ '3.0', 2.7, 2.6, 2.5, head, jruby-9.2.17.0, jruby-head ]
1111
steps:
1212
- uses: actions/checkout@v2
1313
- name: Set up Ruby

racc.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ DESC
9090
]
9191
s.require_paths = ["lib"]
9292
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
93+
s.required_ruby_version = ">= 2.5"
9394
s.rdoc_options = ["--main", "README.rdoc"]
9495
s.extra_rdoc_files = [
9596
"README.ja.rdoc", "README.rdoc",

0 commit comments

Comments
 (0)