Skip to content

Commit 9245b9a

Browse files
committed
Drop to support Ruby 2.4
1 parent f07c6b6 commit 9245b9a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: build (${{ matrix.ruby }} / ${{ matrix.os }})
88
strategy:
99
matrix:
10-
ruby: [ '3.0', 2.7, 2.6, 2.5, 2.4, head ]
10+
ruby: [ '3.0', 2.7, 2.6, 2.5, head ]
1111
os: [ ubuntu-latest, macos-latest ]
1212
runs-on: ${{ matrix.os }}
1313
steps:

mutex_m.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Gem::Specification.new do |spec|
2020
spec.bindir = "exe"
2121
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
2222
spec.require_paths = ["lib"]
23+
spec.required_ruby_version = '>= 2.5'
2324

2425
spec.add_development_dependency "bundler"
2526
spec.add_development_dependency "rake"

0 commit comments

Comments
 (0)