Skip to content

Commit

Permalink
Load GitHub deps with https to avoid a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
j-f1 committed May 20, 2017
1 parent 41a3f4e commit 14b42d5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
source 'https://rubygems.org'

git_source(:github) do |repo_name|
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include? '/'
"https://github.com/#{repo_name}.git"
end

gem 'awesome_print'

gem 'aescrypt', '~> 2.0', '>= 2.0.2', github: 'Charcoal-SE/aescrypt'
Expand Down

0 comments on commit 14b42d5

Please sign in to comment.