Skip to content

Commit

Permalink
Add rails 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian committed Dec 20, 2024
1 parent 36dc3cf commit 9612d9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
ruby:
- '2.7'
- '3.2'
- '3.3'
services:
postgres:
image: postgres
Expand Down
4 changes: 2 additions & 2 deletions pecorino.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

# Uncomment to register a new dependency of your gem
spec.add_dependency "activerecord", "~> 7"
spec.add_dependency "activerecord", "~> 8"
spec.add_development_dependency "pg"
spec.add_development_dependency "sqlite3"
spec.add_development_dependency "activesupport", "~> 7.0"
spec.add_development_dependency "activesupport", "~> 8"
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "minitest", "~> 5.0"
spec.add_development_dependency "standard"
Expand Down

0 comments on commit 9612d9e

Please sign in to comment.