Fixes #1200, bundler security warning for github rack/rack sourced gem

This commit is contained in:
Glenn Rempe 2016-11-06 17:40:35 -08:00
parent af6dad2a6c
commit e35dca6b06
No known key found for this signature in database
GPG Key ID: 2C4C3C144301224F
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ source 'https://rubygems.org' unless ENV['QUICK']
gemspec
gem 'rake'
gem 'rack', github: 'rack/rack'
gem 'rack', git: 'https://github.com/rack/rack.git'
gem 'rack-test', '>= 0.6.2'
gem "minitest", "~> 5.0"