Skip to content

Commit

Permalink
Require ruby version >= 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
collimarco committed Nov 27, 2022
1 parent 3dd72eb commit 4097b55
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 @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ['2.7', '3.0', '3.1']
ruby-version: ['3.0', '3.1']
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
Expand Down
2 changes: 1 addition & 1 deletion web-push.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |spec|

spec.files = `git ls-files`.split("\n")

spec.required_ruby_version = '>= 2.3'
spec.required_ruby_version = '>= 3.0'

spec.add_dependency 'hkdf', '~> 1.0'
spec.add_dependency 'jwt', '~> 2.0'
Expand Down

0 comments on commit 4097b55

Please sign in to comment.