diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2021-04-07 23:01:50 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2021-04-07 23:06:49 -0700 |
commit | ab7db7db8c9fe987bca4f6233adcd8a57fe59a60 (patch) | |
tree | 13a694f3aa734f598d51ab2f2138d8aa966adf57 /Gemfile | |
parent | df3759750506321028cde7adac73170fe9bafa52 (diff) | |
download | chef-ab7db7db8c9fe987bca4f6233adcd8a57fe59a60.tar.gz |
Ruby-3.0 builds
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -33,7 +33,8 @@ end group(:omnibus_package, :pry) do gem "pry" - gem "pry-byebug" + # byebug does not install on freebsd on ruby 3.0 + #gem "pry-byebug" gem "pry-stack_explorer" end |