Skip to content

Commit

Permalink
Allow Spree 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
damianlegawiec authored Jul 31, 2022
1 parent 6623f53 commit e9ee64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spree_auth_devise.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |s|
s.add_dependency 'devise', '~> 4.7'
s.add_dependency 'devise-encryptable', '0.2.0'

spree_version = '>= 5.0.0.alpha'
spree_version = '>= 4.5.0.alpha'
s.add_dependency 'spree_core', spree_version
s.add_dependency 'spree_extension'

Expand Down

0 comments on commit e9ee64c

Please sign in to comment.