Add support for Rails 8.0

main
Guillaume Dott 2024-12-19 16:24:56 +01:00
parent 823ff5efbd
commit 98bd208f87
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"] spec.require_paths = ["lib"]
# Uncomment to register a new dependency of your gem # Uncomment to register a new dependency of your gem
spec.add_dependency "activemodel", "~> 7.0" spec.add_dependency "activemodel", ">= 7.0", "< 9.0"
spec.add_dependency "activerecord", "~> 7.0" spec.add_dependency "activerecord", ">= 7.0", "< 9.0"
# For more information and examples about making a new gem, check out our # For more information and examples about making a new gem, check out our
# guide at: https://bundler.io/guides/creating_gem.html # guide at: https://bundler.io/guides/creating_gem.html