Skip to content

Commit

Permalink
Gemfile maintenance
Browse files Browse the repository at this point in the history
This patch provides the following changes:

* Remove unnecessary Rails dependency
* Fix Git insecure data fetching warning
  • Loading branch information
aitbw committed Dec 24, 2018
1 parent efa2d30 commit e185636
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
source 'https://rubygems.org'

branch = ENV.fetch('SOLIDUS_BRANCH', 'master')
gem 'solidus', github: 'solidusio/solidus', branch: branch
gem 'solidus', git: '[email protected]: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
Expand Down

0 comments on commit e185636

Please sign in to comment.