diff --git a/Appraisals b/Appraisals index 65deae0..3b9c915 100644 --- a/Appraisals +++ b/Appraisals @@ -13,6 +13,7 @@ end appraise "rails_7_1" do version = "~> 7.1.0" gem "activesupport", version + gem "sqlite3", ">= 1.4", force_ruby_platform: true end appraise "rails_7_2" do diff --git a/gemfiles/rails_7_1.gemfile b/gemfiles/rails_7_1.gemfile index 802ac8e..7bc93da 100644 --- a/gemfiles/rails_7_1.gemfile +++ b/gemfiles/rails_7_1.gemfile @@ -3,5 +3,6 @@ source "https://rubygems.org" gem "activesupport", "~> 7.1.0" +gem "sqlite3", ">= 1.4", force_ruby_platform: true gemspec path: "../"