Skip to content

Commit 432d376

Browse files
committed
Allow Ruby 4.0
1 parent 5a8d695 commit 432d376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solidus_auth_devise.gemspec

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

19-
spec.required_ruby_version = Gem::Requirement.new(">= 2.5", "< 4")
19+
spec.required_ruby_version = Gem::Requirement.new(">= 2.5", "< 5")
2020

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

0 commit comments

Comments
 (0)