From 9ec7e61dd59a6ac6830a78b37415f75bd19e3e96 Mon Sep 17 00:00:00 2001 From: Guillaume Dott Date: Wed, 8 Mar 2023 15:21:52 +0100 Subject: [PATCH] Add dependency to activerecord --- validates_associated_with_context.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/validates_associated_with_context.gemspec b/validates_associated_with_context.gemspec index 25c633b..c038ae8 100644 --- a/validates_associated_with_context.gemspec +++ b/validates_associated_with_context.gemspec @@ -31,6 +31,7 @@ Gem::Specification.new do |spec| # Uncomment to register a new dependency of your gem 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 # guide at: https://bundler.io/guides/creating_gem.html