diff options
author | Tim Smith <tsmith84@gmail.com> | 2021-04-09 15:34:16 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2021-04-09 15:34:16 -0700 |
commit | 338013d563d1163b8238f1c57a0007bc2edd80a5 (patch) | |
tree | 0d37df93a74bda9f156f435e18544f996b11450a /Gemfile | |
parent | b518e1a9485b07d5e9473f0bdf60f33e678ea3f5 (diff) | |
download | chef-338013d563d1163b8238f1c57a0007bc2edd80a5.tar.gz |
Resolve chefstyle warning
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ end group(:omnibus_package, :pry) do gem "pry" # byebug does not install on freebsd on ruby 3.0 - #gem "pry-byebug" + # gem "pry-byebug" gem "pry-stack_explorer" end |