From a456a9f1fc4763ada1873bdd36e98da4f4624823 Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Mon, 20 Nov 2017 22:23:06 -0800 Subject: [PATCH] Use my remove_stock_transfers branch --- Gemfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 77ec891..a7754cb 100644 --- a/Gemfile +++ b/Gemfile @@ -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'