From 32896478fa48a5d0acd82efa38790d4c89c6f51c Mon Sep 17 00:00:00 2001 From: Mike Burns Date: Fri, 29 Dec 2023 14:02:14 -0500 Subject: [PATCH] Re-add Rails 7.1 support That file that claimed "This file was generated by Appraisal"? It had been generated by hand. --- Appraisals | 6 ++++++ gemfiles/7.1.gemfile | 2 +- gemfiles/7.1.gemfile.lock | 7 +++---- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/Appraisals b/Appraisals index eb3121de..8086078d 100644 --- a/Appraisals +++ b/Appraisals @@ -34,6 +34,12 @@ appraise "7.0" do gem "sqlite3", platforms: [:ruby] end +appraise "7.1" do + gem "activerecord", "~> 7.1.0" + gem "activerecord-jdbcsqlite3-adapter", "~> 70.0", platforms: [:jruby] + gem "sqlite3", platforms: [:ruby] +end + appraise "main" do gem "activerecord", git: "https://github.com/rails/rails.git", branch: "main" gem "activerecord-jdbcsqlite3-adapter", "~> 61.0", platforms: [:jruby] diff --git a/gemfiles/7.1.gemfile b/gemfiles/7.1.gemfile index d3661ab5..44e589d6 100644 --- a/gemfiles/7.1.gemfile +++ b/gemfiles/7.1.gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" -gem "activerecord-jdbcsqlite3-adapter", "~> 61.0", platforms: [:jruby] +gem "activerecord-jdbcsqlite3-adapter", "~> 70.0", platforms: [:jruby] gem "sqlite3", platforms: [:ruby] gem "activerecord", "~> 7.1.0" diff --git a/gemfiles/7.1.gemfile.lock b/gemfiles/7.1.gemfile.lock index 2b645f67..c0302c71 100644 --- a/gemfiles/7.1.gemfile.lock +++ b/gemfiles/7.1.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - factory_bot (6.4.2) + factory_bot (6.4.4) activesupport (>= 5.0.0) GEM @@ -127,7 +127,7 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - sqlite3 (1.6.9-arm64-darwin) + sqlite3 (1.7.0-x86_64-linux) standard (1.32.1) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) @@ -150,12 +150,11 @@ GEM yard (0.9.34) PLATFORMS - ruby x86_64-linux DEPENDENCIES activerecord (~> 7.1.0) - activerecord-jdbcsqlite3-adapter (~> 61.0) + activerecord-jdbcsqlite3-adapter (~> 70.0) appraisal aruba cucumber