From e1856363abf49750adad70e48df71a978278e685 Mon Sep 17 00:00:00 2001 From: Angel Perez Date: Mon, 24 Dec 2018 13:12:07 +0100 Subject: [PATCH] Gemfile maintenance This patch provides the following changes: * Remove unnecessary Rails dependency * Fix Git insecure data fetching warning --- Gemfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index f956814..0d89544 100644 --- a/Gemfile +++ b/Gemfile @@ -1,11 +1,9 @@ source 'https://rubygems.org' branch = ENV.fetch('SOLIDUS_BRANCH', 'master') -gem 'solidus', github: 'solidusio/solidus', branch: branch +gem 'solidus', git: 'git@github.com:solidusio/solidus.git', branch: branch gem 'solidus_auth_devise' -gem 'rails', '~> 5.1', '>= 5.1.6' - if branch < 'v2.5' gem 'factory_bot', '4.10.0' else