From b962a0c9e28d0c1c4ba726507dfd52c6aff0f720 Mon Sep 17 00:00:00 2001 From: Alberto Vena Date: Tue, 8 Oct 2019 10:55:55 +0200 Subject: [PATCH] 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. --- solidus_auth_devise.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solidus_auth_devise.gemspec b/solidus_auth_devise.gemspec index e39bef52..02ce97da 100644 --- a/solidus_auth_devise.gemspec +++ b/solidus_auth_devise.gemspec @@ -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