diff --git a/Gemfile b/Gemfile index 44543cd..63b7080 100644 --- a/Gemfile +++ b/Gemfile @@ -5,4 +5,4 @@ source "https://rubygems.org" # Specify your gem's dependencies in sti_fallback.gemspec gemspec -gem "activerecord", "~> 6.0" +gem "activerecord", "~> 7.0" diff --git a/sti_fallback.gemspec b/sti_fallback.gemspec index 7fe435e..e2b3a3a 100644 --- a/sti_fallback.gemspec +++ b/sti_fallback.gemspec @@ -31,7 +31,7 @@ Gem::Specification.new do |spec| spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] - spec.add_dependency "activerecord", "~> 6.0" + spec.add_dependency "activerecord", "~> 7.0" spec.add_development_dependency "rake", "~> 13.0" # For more information and examples about making a new gem, check out our