Switch quick_search git gem path to use https
Addresses this bundler warning:
The git source git://github.com/NCSU-Libraries/quick_search.git
uses the git
protocol, which transmits data without encryption. Disable this warning with bundle config set git.allow_insecure true
, or switch to the https
protocol to keep your data secure.