diff options
author | Tim Smith <tsmith@chef.io> | 2021-06-29 17:12:54 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2021-06-29 17:13:25 -0700 |
commit | ec33c4b9b46f6905e14aef7deda2cd9637af5078 (patch) | |
tree | aed2c902df52dd3f48e1aab63214e4c02d7c42c7 /Gemfile | |
parent | d4562f6b42de4c413899deae1ec06584bf261f3e (diff) | |
download | chef-ec33c4b9b46f6905e14aef7deda2cd9637af5078.tar.gz |
Fix chefstyle warningfips_ubuntu
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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" |