Skip to content

Commit

Permalink
Add Ruby 3.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
skryukov committed Dec 25, 2024
1 parent af54595 commit 47ed7fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
fail-fast: false
matrix:
ruby:
- "3.4"
- "3.3"
- "3.2"
- "3.1"
Expand Down
2 changes: 1 addition & 1 deletion skooma.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_runtime_dependency "zeitwerk", "~> 2.6"
spec.add_runtime_dependency "json_skooma", "~> 0.2.0"
spec.add_runtime_dependency "json_skooma", "~> 0.2.5"
end

0 comments on commit 47ed7fb

Please sign in to comment.