Skip to content

Commit 08d92a9

Browse files
committed
Specify minimum Ruby version.
Remove jruby-9.1.17.0 from CI
1 parent 25bc62b commit 08d92a9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ubuntu-rvm.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: [ 'jruby-9.2.6.0', 'jruby-9.1.17.0', 'ruby-head' ]
10+
ruby: [ 'jruby-9.2.6.0', 'ruby-head' ]
1111
steps:
1212
- uses: actions/checkout@master
1313
- name: Set up RVM

forwardable.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Gem::Specification.new do |spec|
1818
spec.homepage = "https://github.com/ruby/forwardable"
1919
spec.license = "BSD-2-Clause"
2020

21+
spec.required_ruby_version = '>= 2.4.0'
2122
spec.files = ["forwardable.gemspec", "lib/forwardable.rb", "lib/forwardable/impl.rb", "lib/forwardable/version.rb"]
2223
spec.bindir = "exe"
2324
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }

0 commit comments

Comments
 (0)