Skip to content

Commit 88b0ab5

Browse files
committed
Drop support for 3.1
1 parent e2406f0 commit 88b0ab5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
ruby-version: ["3.1", "3.2", "3.3", "3.4"]
14+
ruby-version: ["3.2", "3.3", "3.4"]
1515

1616
steps:
1717
- uses: actions/checkout@v2

packageurl-ruby.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
1717
DESCRIPTION
1818

1919
spec.homepage = 'https://github.com/package-url/packageurl-ruby'
20-
spec.required_ruby_version = Gem::Requirement.new('>= 3.1.0')
20+
spec.required_ruby_version = Gem::Requirement.new('>= 3.2.0')
2121

2222
spec.license = 'MIT'
2323
spec.metadata['homepage_uri'] = spec.homepage

0 commit comments

Comments
 (0)