Skip to content

Commit 0769aca

Browse files
Allow Ruby 4
1 parent 7a7c450 commit 0769aca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

solidus_affirm_v2.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
1717
spec.metadata["source_code_uri"] = "https://github.com/solidusio-contrib/solidus_affirm_v2"
1818
spec.metadata["changelog_uri"] = "https://github.com/solidusio-contrib/solidus_affirm_v2/releases"
1919

20-
spec.required_ruby_version = Gem::Requirement.new("~> 3.0")
20+
spec.required_ruby_version = Gem::Requirement.new(">= 3.2", "< 5")
2121

2222
# Specify which files should be added to the gem when it is released.
2323
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.

0 commit comments

Comments
 (0)