From 213da189b499cdcd226d0f68bc04d10f07dcb8bd Mon Sep 17 00:00:00 2001 From: Uwe Kubosch Date: Mon, 30 Dec 2024 20:03:21 +0100 Subject: [PATCH] Add testing of Ruby 3.4 and Rails 7.2 and remove testing of Ruby 3.1 and Rails 6.2 --- capybara-screenshot-diff.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capybara-screenshot-diff.gemspec b/capybara-screenshot-diff.gemspec index a6f46a95..cfe4c3c4 100644 --- a/capybara-screenshot-diff.gemspec +++ b/capybara-screenshot-diff.gemspec @@ -12,7 +12,7 @@ Gem::Specification.new do |spec| spec.summary = "Track your GUI changes with diff assertions" spec.description = "Save screen shots and track changes with graphical diff" spec.homepage = "https://github.com/donv/capybara-screenshot-diff" - spec.required_ruby_version = ">= 3.2" + spec.required_ruby_version = ">= 3.1" spec.license = "MIT" spec.metadata["allowed_push_host"] = "https://rubygems.org/" spec.files = `git ls-files -z`.split("\x0").reject do |f|