[ruby/forwardable] Specify minimum Ruby version.

Remove jruby-9.1.17.0 from CI

https://github.com/ruby/forwardable/commit/08d92a9c39
This commit is contained in:
Marc-Andre Lafortune 2020-08-24 10:07:15 -04:00 committed by Hiroshi SHIBATA
parent 5b1ebb8ead
commit ab524dfdd9
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/ruby/forwardable"
spec.licenses = ["Ruby", "BSD-2-Clause"]
spec.required_ruby_version = '>= 2.4.0'
spec.files = ["forwardable.gemspec", "lib/forwardable.rb", "lib/forwardable/impl.rb", "lib/forwardable/version.rb"]
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }