Skip to content

Commit

Permalink
Remove solidus_auth_devise version lock
Browse files Browse the repository at this point in the history
v2.x is required for Solidus 2.5+
  • Loading branch information
alepore committed Mar 27, 2018
1 parent 546904d commit 7df24ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ branch = ENV.fetch('SOLIDUS_BRANCH', 'master')
gem "solidus", github: "solidusio/solidus", branch: branch

# Provides basic authentication functionality for testing parts of your engine
gem 'solidus_auth_devise', '~> 1.0'
gem 'solidus_auth_devise'

if branch == 'master' || branch >= "v2.0"
gem "rails-controller-testing", group: :test
Expand Down

0 comments on commit 7df24ef

Please sign in to comment.