summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-06-29 17:12:54 -0700
committerTim Smith <tsmith@chef.io>2021-06-29 17:13:25 -0700
commitec33c4b9b46f6905e14aef7deda2cd9637af5078 (patch)
treeaed2c902df52dd3f48e1aab63214e4c02d7c42c7
parentd4562f6b42de4c413899deae1ec06584bf261f3e (diff)
downloadchef-fips_ubuntu.tar.gz
Fix chefstyle warningfips_ubuntu
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--Gemfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index d012e2ab26..be03e4e48a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -25,8 +25,9 @@ group(:omnibus_package) do
end
group(:omnibus_package, :pry) do
- gem "pry", "= 0.13.0" # Locked because pry-byebug is broken with 13+
- # some work is ongoing? https://github.com/deivid-rodriguez/pry-byebug/issues/343
+ # Locked because pry-byebug is broken with 13+.
+ # some work is ongoing? https://github.com/deivid-rodriguez/pry-byebug/issues/343
+ gem "pry", "= 0.13.0"
# byebug does not install on freebsd on ruby 3.0
gem "pry-byebug" unless RUBY_PLATFORM =~ /freebsd/i
gem "pry-stack_explorer"