Skip to content

Commit

Permalink
Test with Ruby 3.3 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Dec 26, 2023
1 parent ab827e3 commit ccad905
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -7,6 +7,8 @@ jobs:
fail-fast: false
matrix:
include:
- ruby: 3.3
gemfile: Gemfile
- ruby: 3.2
gemfile: Gemfile
- ruby: 3.1
Expand Down
1 change: 1 addition & 0 deletions blazer.gemspec
Expand Up @@ -19,4 +19,5 @@ Gem::Specification.new do |spec|
spec.add_dependency "activerecord", ">= 6.1"
spec.add_dependency "chartkick", ">= 5"
spec.add_dependency "safely_block", ">= 0.4"
spec.add_dependency "csv"
end

0 comments on commit ccad905

Please sign in to comment.