Add dependency to activerecord

main
Guillaume Dott 2023-03-08 15:21:52 +01:00
parent 4bf5928def
commit 9ec7e61dd5
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ Gem::Specification.new do |spec|
# 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"
spec.add_dependency "activerecord", "~> 7.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