Skip to content

Commit

Permalink
Update required Ruby version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hahwul committed Jun 23, 2024
1 parent 1775762 commit 6e0b80f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3']
ruby-version: ['3.1', '3.2', '3.3']

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion caido.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.summary = 'Ruby implementation of Caido'
spec.description = 'Tuby implementation of Caido'
spec.homepage = 'https://github.com/caineers/caido-ruby'
spec.required_ruby_version = '>= 2.7.0'
spec.required_ruby_version = '>= 3.1.0'

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

0 comments on commit 6e0b80f

Please sign in to comment.