nixpkgs/pkgs/tools/misc/inspec/Gemfile
Dylan M. Taylor 30f26d070d chef-cli, inspec, serverspec: Fix Gemfile deprecation warnings
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".
2023-05-04 23:13:49 -04:00

4 lines
60 B
Ruby

source 'https://rubygems.org'
gem "inspec"
gem "inspec-bin"