mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
30f26d070d
This resolves the following warning in these packages: [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".
3 lines
47 B
Ruby
3 lines
47 B
Ruby
source 'https://rubygems.org'
|
|
gem 'serverspec'
|