From ec33c4b9b46f6905e14aef7deda2cd9637af5078 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Tue, 29 Jun 2021 17:12:54 -0700 Subject: Fix chefstyle warning Signed-off-by: Tim Smith --- Gemfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Gemfile') 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" -- cgit v1.2.1