summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorJared Norman <jared@super.gd>2019-01-08 16:27:10 -0800
committerJared Norman <jared@super.gd>2019-01-08 16:27:10 -0800
commit1b5a31eb13bc4c2961ee4308118c78d1e041d17c (patch)
treea34d46cd7bbf5a81f08874a59772174bb70151aa /Gemfile
parent1d65e51dedd9e89ac21e4f83bf09b92c70d1be57 (diff)
Remove FactoryBot
We don't really need it. Let's keep things simple.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 34a2b62..bf5c806 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,6 +3,7 @@ source "https://rubygems.org"
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
branch = ENV.fetch('SOLIDUS_BRANCH', 'master')
+
gem "solidus", github: "solidusio/solidus", branch: branch
if ENV.fetch('DB') == 'postgres'