1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/fiddle] Update required_ruby_version (https://github.com/ruby/fiddle/pull/85)

Drop supports for old versions, keeping 2.5 as CI supports it for
now.

https://github.com/ruby/fiddle/commit/90634e7c55
This commit is contained in:
Nobuyoshi Nakada 2021-07-12 05:26:58 +09:00
parent bb868f4814
commit 472d8c5555
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -56,7 +56,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]
spec.extensions = ["ext/fiddle/extconf.rb"]
spec.required_ruby_version = ">= 2.3.0"
spec.required_ruby_version = ">= 2.5.0"
spec.add_development_dependency "bundler"
spec.add_development_dependency "rake"