From eb73637b79b31d416fdb1b2a87a6ae880fb03a43 Mon Sep 17 00:00:00 2001 From: Jason Frey Date: Thu, 29 Aug 2024 23:31:46 -0400 Subject: [PATCH] Drop Rails 6.1 --- .github/workflows/ci.yaml | 1 - Gemfile | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f690c000..6f738353 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,7 +15,6 @@ jobs: - '3.0' - '3.1' rails-version: - - '6.1' - '7.0' services: postgres: diff --git a/Gemfile b/Gemfile index 035177f2..3102353b 100644 --- a/Gemfile +++ b/Gemfile @@ -16,9 +16,7 @@ require File.join(Bundler::Plugin.index.load_paths("bundler-inject")[0], "bundle minimum_version = case ENV.fetch('TEST_RAILS_VERSION', nil) when "7.0" - "~>7.0.8" - else # Default local bundling to use this version for generating migrations - "~>6.1.4" + "~>7.0.8" end gem "rails", minimum_version