diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-01-12 14:32:19 +0900 |
---|---|---|
committer | git <[email protected]> | 2023-01-12 05:38:31 +0000 |
commit | 0e21c9f57e4bcca4daab93d0645ee642e1f97675 (patch) | |
tree | 0bf0c1f2233bbeb604e386ad972d151f80077a63 /lib/mutex_m.gemspec | |
parent | fe11bee507a6ffb2f46e5902a2435f44184cfa7c (diff) |
[ruby/mutex_m] Drop to support Ruby 2.4
https://github.com/ruby/mutex_m/commit/9245b9a63a
Diffstat (limited to 'lib/mutex_m.gemspec')
-rw-r--r-- | lib/mutex_m.gemspec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/mutex_m.gemspec b/lib/mutex_m.gemspec index f614dcd9a0..ebbda2606c 100644 --- a/lib/mutex_m.gemspec +++ b/lib/mutex_m.gemspec @@ -20,6 +20,7 @@ Gem::Specification.new do |spec| spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] + spec.required_ruby_version = '>= 2.5' spec.add_development_dependency "bundler" spec.add_development_dependency "rake" |