Skip to content

Commit

Permalink
Use HTTPS to load gems from GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
aldesantis committed Jan 16, 2020
1 parent 963abf3 commit 28d72bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

source 'https://rubygems.org'

git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }

branch = ENV.fetch('SOLIDUS_BRANCH', 'master')
gem 'solidus_core', github: 'solidusio/solidus', branch: branch

Expand Down

0 comments on commit 28d72bd

Please sign in to comment.