Skip to content

Commit fb607bf

Browse files
Allow Solidus 3 version
Since master branch of Solidus is tracking 3.0.0.beta right now we need to make sure that the solidus_version here allows using that Solidus version as well.
1 parent 1366a03 commit fb607bf

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
@@ -29,7 +29,7 @@ Gem::Specification.new do |s|
2929
s.executables = s.files.grep(%r{^exe/}) { |f| File.basename(f) }
3030
s.require_paths = ["lib"]
3131

32-
solidus_version = [">= 2.6", "< 3"]
32+
solidus_version = [">= 2.6", "< 4"]
3333

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

0 commit comments

Comments
 (0)