thoughtbot / appraisal

A Ruby library for testing your library against different versions of dependencies.
https://thoughtbot.com
MIT License
1.25k stars 107 forks source link

Fix missing source deprecation warning #207

Closed nickcharlton closed 1 year ago

nickcharlton commented 1 year ago

This just adds a source to our template, fixing:

[DEPRECATED] This Gemfile does not include an explicit global
source. Not using an explicit global source may result in a
different lockfile being generated depending on the gems you have
installed locally before bundler is run. Instead, define a global
source in your Gemfile like this: source "https://rubygems.org".