From 230dc79445cd7eab7e8c67e7bf2bdac84424a87b Mon Sep 17 00:00:00 2001 From: Tristan Starck Date: Wed, 19 Feb 2025 14:38:23 -0800 Subject: [PATCH 1/2] Remove old Rails < 7 gemfiles --- Appraisals | 2 +- abc.txt.tmp | 0 gemfiles/activesupport_6_0.gemfile | 17 ----------------- gemfiles/activesupport_6_1.gemfile | 17 ----------------- gemfiles/activesupport_7.gemfile | 12 ------------ 5 files changed, 1 insertion(+), 47 deletions(-) create mode 100644 abc.txt.tmp delete mode 100644 gemfiles/activesupport_6_0.gemfile delete mode 100644 gemfiles/activesupport_6_1.gemfile delete mode 100644 gemfiles/activesupport_7.gemfile diff --git a/Appraisals b/Appraisals index cefb94f..6356818 100644 --- a/Appraisals +++ b/Appraisals @@ -2,4 +2,4 @@ require 'appraisal/matrix' -appraisal_matrix(activesupport: "6.0") +appraisal_matrix(activesupport: "7.0") diff --git a/abc.txt.tmp b/abc.txt.tmp new file mode 100644 index 0000000..e69de29 diff --git a/gemfiles/activesupport_6_0.gemfile b/gemfiles/activesupport_6_0.gemfile deleted file mode 100644 index b3e1cc6..0000000 --- a/gemfiles/activesupport_6_0.gemfile +++ /dev/null @@ -1,17 +0,0 @@ -# This file was generated by Appraisal - -source "https://rubygems.org" - -gem "appraisal", "~> 2.4" -gem "appraisal-matrix" -gem "rake", "~> 13.0" -gem "rspec", "~> 3.0" -gem "rspec_junit_formatter", "~> 0.4" -gem "minitest", "~> 5.10.0" -gem "concurrent-ruby", "~> 1.3", "< 1.3.5" -gem "base64", ">= 0.2.0" -gem "bigdecimal", ">= 3.1" -gem "mutex_m", ">= 0.2.0" -gem "activesupport", "~> 6.0.0" - -gemspec path: "../" diff --git a/gemfiles/activesupport_6_1.gemfile b/gemfiles/activesupport_6_1.gemfile deleted file mode 100644 index b585634..0000000 --- a/gemfiles/activesupport_6_1.gemfile +++ /dev/null @@ -1,17 +0,0 @@ -# This file was generated by Appraisal - -source "https://rubygems.org" - -gem "appraisal", "~> 2.4" -gem "appraisal-matrix" -gem "rake", "~> 13.0" -gem "rspec", "~> 3.0" -gem "rspec_junit_formatter", "~> 0.4" -gem "minitest", "~> 5.10.0" -gem "concurrent-ruby", "~> 1.3", "< 1.3.5" -gem "base64", ">= 0.2.0" -gem "bigdecimal", ">= 3.1" -gem "mutex_m", ">= 0.2.0" -gem "activesupport", "~> 6.1.0" - -gemspec path: "../" diff --git a/gemfiles/activesupport_7.gemfile b/gemfiles/activesupport_7.gemfile deleted file mode 100644 index 808ab06..0000000 --- a/gemfiles/activesupport_7.gemfile +++ /dev/null @@ -1,12 +0,0 @@ -# This file was generated by Appraisal - -source "https://rubygems.org" - -gem "appraisal", "~> 2.4" -gem "rake", "~> 13.0" -gem "rspec", "~> 3.0" -gem "rspec_junit_formatter", "~> 0.4" -gem "minitest", "~> 5.10.0" -gem "activesupport", "~> 7.0" - -gemspec path: "../" From 5cc3c92707ed7d434422cf192e5eb6e9d3e7897d Mon Sep 17 00:00:00 2001 From: Tristan Starck Date: Wed, 19 Feb 2025 14:43:05 -0800 Subject: [PATCH 2/2] remove tmp file --- abc.txt.tmp | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 abc.txt.tmp diff --git a/abc.txt.tmp b/abc.txt.tmp deleted file mode 100644 index e69de29..0000000