From 6f3f9eca07a60c2755a6c8d83e8484b37a789f5e Mon Sep 17 00:00:00 2001 From: Matthew Hutchinson Date: Fri, 4 Oct 2024 00:02:49 +0100 Subject: [PATCH] remove Appraisals --- Appraisals | 7 ------- acts_as_textcaptcha.gemspec | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 Appraisals diff --git a/Appraisals b/Appraisals deleted file mode 100644 index 7b48d40..0000000 --- a/Appraisals +++ /dev/null @@ -1,7 +0,0 @@ -appraise "rails-6" do - gem "rails", "6.1.7.8" -end - -appraise "rails-7" do - gem "rails", "7.2.0" -end diff --git a/acts_as_textcaptcha.gemspec b/acts_as_textcaptcha.gemspec index 0e51876..137c85f 100644 --- a/acts_as_textcaptcha.gemspec +++ b/acts_as_textcaptcha.gemspec @@ -29,7 +29,7 @@ Gem::Specification.new do |spec| "rubygems_mfa_required" => "true" } - spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } + spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(gemfiles|test|spec|features)/}) } spec.bindir = "bin" spec.require_paths = ["lib"]