Skip to content

Commit

Permalink
Add Ruby 3.3 to specs (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
reist committed Apr 15, 2024
1 parent 2050a65 commit 58d63f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.0', '3.1', '3.2']
ruby-version: ['3.0', '3.1', '3.2', '3.3']

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion rocketchat.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
spec.description = 'Rocket.Chat REST API v1 for Ruby'
spec.homepage = 'https://github.com/abrom/rocketchat-ruby'
spec.license = 'MIT'
spec.required_ruby_version = ['>= 3.0.0', '< 3.3.0']
spec.required_ruby_version = ['>= 3.0.0', '< 3.4.0']

# Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
# delete this section to allow pushing this gem to any host.
Expand Down

0 comments on commit 58d63f2

Please sign in to comment.