Skip to content

Commit 0412684

Browse files
deivid-rodriguezm-nakamura145
authored andcommitted
Support only Rubies that are supported upstream
Co-authored-by: m-nakamura145 <[email protected]>
1 parent c20c058 commit 0412684

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ubuntu.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
ruby: [ 2.3, 2.4, 2.5, 2.6, 2.7, 3.0, 3.1, 3.2, 3.3, head ]
16+
ruby: [ 3.1, 3.2, 3.3, head ]
1717
steps:
1818
- uses: actions/checkout@v4
1919
- name: Setup ruby

gems.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ Gem::Specification.new do |spec|
1717
spec.homepage = 'https://github.com/rubygems/gems'
1818
spec.licenses = %w[MIT]
1919
spec.require_paths = %w[lib]
20-
spec.required_ruby_version = '>= 2.1.9'
20+
spec.required_ruby_version = '>= 3.1.0'
2121
end

0 commit comments

Comments
 (0)