Skip to content
This repository was archived by the owner on Feb 8, 2026. It is now read-only.

Commit be7d94e

Browse files
dependabot-supportdamianlegawiec
authored andcommitted
Update devise requirement from ~> 4.4.0 to >= 4.4, < 4.7
Updates the requirements on [devise](https://github.com/plataformatec/devise) to permit the latest version. - [Release notes](https://github.com/plataformatec/devise/releases) - [Changelog](https://github.com/plataformatec/devise/blob/master/CHANGELOG.md) - [Commits](heartcombo/devise@v4.4.0...v4.6.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent dd8333f commit be7d94e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spree_auth_devise.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
1919
s.require_path = 'lib'
2020
s.requirements << 'none'
2121

22-
s.add_dependency 'devise', '~> 4.4.0'
22+
s.add_dependency 'devise', '>= 4.4', '< 4.7'
2323
s.add_dependency 'devise-encryptable', '0.2.0'
2424

2525
spree_version = '>= 3.1.0', '< 4.0'

0 commit comments

Comments
 (0)