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

Commit

Permalink
Test against Solidus master
Browse files Browse the repository at this point in the history
  • Loading branch information
jhawthorn committed Nov 22, 2017
1 parent 62f8d1e commit 87581d7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
source "https://rubygems.org"

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

gem 'pg'
gem 'mysql2'
Expand Down

0 comments on commit 87581d7

Please sign in to comment.