Skip to content

Commit

Permalink
Support ruby >= 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
web-kat committed Dec 18, 2024
1 parent 9c327a8 commit 70897c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/omniauth-nitro-id.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ jobs:
uses: powerhome/github-actions-workflows/.github/workflows/ruby-gem.yml@main
with:
package: '${{ github.workflow }}'
ruby: '["2.7", "3.0", "3.1"]'
ruby: '["3.1", "3.2", "3.3"]'
secrets: inherit
2 changes: 1 addition & 1 deletion omniauth-nitro-id.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.description = "NitroID Strategy for OmniAuth."
spec.homepage = "https://github.com/powerhome/omniauth-nitro-id"
spec.license = "MIT"
spec.required_ruby_version = ">= 2.7.0"
spec.required_ruby_version = ">= 3.1.0"

spec.files = `git ls-files`.split("\n")
spec.executables = []
Expand Down

0 comments on commit 70897c6

Please sign in to comment.