Skip to content

Commit

Permalink
replace bundler's 'github' handler by an explicit URL
Browse files Browse the repository at this point in the history
the github handler uses git:// which it itself warns is insecure
  • Loading branch information
doudou committed Feb 19, 2018
1 parent 4a5d7f5 commit 6e39253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ gem 'susy', "~>1.0.1"
gem 'mini_racer'

gem 'html-proofer'
gem 'middleman-navtree', github: 'doudou/middleman-navtree'
gem 'middleman-navtree', git: 'https://github.com/doudou/middleman-navtree'

0 comments on commit 6e39253

Please sign in to comment.