Skip to content

Commit

Permalink
chore: add ruby 3.4 + rails 8
Browse files Browse the repository at this point in the history
  • Loading branch information
bvogel authored and LuukvH committed Jan 14, 2025
1 parent 52e9bd2 commit e4c4887
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
- 3.1
- 3.2
- 3.3
- 3.4

runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion appsignal-sourcemap.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|

spec.files = Dir["lib/**/*", "README.md"]

spec.add_dependency "rails", ">= 6.1", "< 8.0"
spec.add_dependency "rails", ">= 6.1", "< 9.0"
spec.add_dependency "appsignal", "< 5.0"
spec.add_dependency "parallel", "~> 1.0"

Expand Down

0 comments on commit e4c4887

Please sign in to comment.