Skip to content

Commit

Permalink
We don't need to specify current_branch for auth devise, master suppo…
Browse files Browse the repository at this point in the history
…rts spree 3.1+
  • Loading branch information
damianlegawiec committed Mar 15, 2017
1 parent 3a2f1a0 commit ceb8828
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/sandbox.sh
Expand Up @@ -11,9 +11,8 @@ fi
cd ./sandbox

cat <<RUBY >> Gemfile
current_branch = '$(git symbolic-ref --short -q HEAD)'
gem 'spree', path: '..', branch: current_branch
gem 'spree_auth_devise', github: 'spree/spree_auth_devise', branch: current_branch
gem 'spree', path: '..'
gem 'spree_auth_devise', github: 'spree/spree_auth_devise', branch: 'master'
group :test, :development do
gem 'bullet'
Expand Down

0 comments on commit ceb8828

Please sign in to comment.