Skip to content

Commit

Permalink
adjust spree_auth_devise version for spree 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Adamczyk committed May 26, 2021
1 parent 49aa740 commit 7e6f522
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ end

appraise 'spree-4-2' do
gem 'spree', '~> 4.2.0'
gem 'spree_auth_devise', '~> 4.2.0'
gem 'spree_auth_devise', '~> 4.3.4'
gem 'rails-controller-testing'
end

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/spree_4_2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "https://rubygems.org"

gem "spree", "~> 4.2.0"
gem "spree_auth_devise", "~> 4.2.0"
gem "spree_auth_devise", "~> 4.3.4"
gem "rails-controller-testing"

gemspec path: "../"

0 comments on commit 7e6f522

Please sign in to comment.