From 5067561d0aceea6b943ec97862719cc53b2d718a Mon Sep 17 00:00:00 2001 From: CharlesDelannoy Date: Thu, 7 Dec 2023 15:14:44 +0100 Subject: [PATCH] remove dependency to activerecord max 7.0 --- gemfiles/without_strong_migrations.gemfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/gemfiles/without_strong_migrations.gemfile b/gemfiles/without_strong_migrations.gemfile index 91729cd7..36247739 100644 --- a/gemfiles/without_strong_migrations.gemfile +++ b/gemfiles/without_strong_migrations.gemfile @@ -4,8 +4,6 @@ source 'https://rubygems.org/' gemspec path: '..' -gem 'activerecord', '~> 7.0.0' - group :development, :test do gem 'minitest', '>= 5' gem 'mocha'