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 08df7ad
Showing 1 changed file with 2 additions and 2 deletions.
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 08df7ad

Please sign in to comment.