Skip to content
This repository has been archived by the owner on Sep 12, 2019. It is now read-only.

Commit

Permalink
Use my remove_stock_transfers branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jhawthorn committed Nov 21, 2017
1 parent c615c59 commit a456a9f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
source "https://rubygems.org"

branch = ENV.fetch('SOLIDUS_BRANCH', 'master')
gem "solidus", github: "solidusio/solidus", branch: branch
#branch = ENV.fetch('SOLIDUS_BRANCH', 'master')
#gem "solidus", github: "solidusio/solidus", branch: branch
gem "solidus", github: "jhawthorn/solidus", branch: 'remove_stock_transfers'

gem 'pg'
gem 'mysql2'
Expand Down

0 comments on commit a456a9f

Please sign in to comment.