Skip to content

Commit

Permalink
Lock minimum Solidus version dependency to 2.6
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kennyadsl committed Oct 8, 2019
1 parent d69f159 commit b962a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solidus_auth_devise.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.require_path = "lib"
s.requirements << "none"

solidus_version = [">= 1.2.0", "< 3"]
solidus_version = [">= 2.6", "< 3"]

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

0 comments on commit b962a0c

Please sign in to comment.