Skip to content

Commit

Permalink
Merge pull request #41 from tatarsky-v/ruby_3.3.0
Browse files Browse the repository at this point in the history
support ruby 3.3.0
  • Loading branch information
miyataka authored Dec 27, 2023
2 parents 341953d + 23c2973 commit 670c33e
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 @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ 2.6, 2.7, "3.0", 3.1, 3.2 ]
ruby: [ 2.6, 2.7, "3.0", 3.1, 3.2, 3.3 ]
steps:
- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion fcmpush.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.required_ruby_version = '>= 2.6', '< 3.3'
spec.required_ruby_version = '>= 2.6', '< 3.4'

spec.add_dependency 'google-apis-identitytoolkit_v3'
spec.add_dependency 'net-http-persistent', '~> 4.0.1'
Expand Down

0 comments on commit 670c33e

Please sign in to comment.