Make it easier for users behind http proxies to install gems from github with bundler 1.x
This commit is contained in:
parent
77dad2a400
commit
90d386079d
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -37,4 +37,4 @@ gem 'coveralls', '~> 0.8', require: false
|
|||
# Middleman itself
|
||||
gem 'middleman-core', path: 'middleman-core'
|
||||
gem 'middleman', path: 'middleman'
|
||||
gem 'middleman-sprockets', github: 'middleman/middleman-sprockets', branch: 'v3-stable-real'
|
||||
gem 'middleman-sprockets', git: 'https://github.com/middleman/middleman-sprockets', branch: 'v3-stable-real'
|
||||
|
|
Loading…
Add table
Reference in a new issue