Skip to content

Commit 6e0b80f

Browse files
committed
Update required Ruby version to 3.1.0
1 parent 1775762 commit 6e0b80f

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
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3']
18+
ruby-version: ['3.1', '3.2', '3.3']
1919

2020
steps:
2121
- uses: actions/checkout@v4

caido.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
1111
spec.summary = 'Ruby implementation of Caido'
1212
spec.description = 'Tuby implementation of Caido'
1313
spec.homepage = 'https://github.com/caineers/caido-ruby'
14-
spec.required_ruby_version = '>= 2.7.0'
14+
spec.required_ruby_version = '>= 3.1.0'
1515

1616
spec.metadata['homepage_uri'] = spec.homepage
1717
spec.metadata['source_code_uri'] = 'https://github.com/caineers/caido-ruby'

0 commit comments

Comments
 (0)