Skip to content

Commit 329f89d

Browse files
committed
Lock minimum Solidus version dependency to 2.6
With this PR we changed things that makes the extension no more compatible with Solidus < 2.5 and we need to reflect this in the gemspec.
1 parent 49fb04c commit 329f89d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

solidus_auth_devise.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
2121
s.require_path = "lib"
2222
s.requirements << "none"
2323

24-
solidus_version = [">= 1.2.0", "< 3"]
24+
solidus_version = [">= 2.6", "< 3"]
2525

2626
s.post_install_message = "
2727
NOTE: Rails 6 has removed secret_token in favor of secret_key_base, which was deprecated in

0 commit comments

Comments
 (0)