Skip to content

Commit

Permalink
Add testing of Ruby 3.4 and Rails 7.2 and remove testing of Ruby 3.1 …
Browse files Browse the repository at this point in the history
…and Rails 6.2
  • Loading branch information
donv committed Dec 30, 2024
1 parent d241fd3 commit 213da18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capybara-screenshot-diff.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down

0 comments on commit 213da18

Please sign in to comment.