summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2021-03-26 14:26:11 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2021-03-26 14:26:11 -0700
commit57a128cfda7f5c60810e185ad68bbfb97d848368 (patch)
treef98a5351a283c2ad8cf884131488f704c8b1e11b
parent835cb40b61595be654ece566541be1532c06ae31 (diff)
downloadchef-57a128cfda7f5c60810e185ad68bbfb97d848368.tar.gz
remove byebug
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--Gemfile3
-rw-r--r--Gemfile.lock25
2 files changed, 12 insertions, 16 deletions
diff --git a/Gemfile b/Gemfile
index 3369222d57..7e77163bf7 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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
diff --git a/Gemfile.lock b/Gemfile.lock
index d7cd736f66..28da3e8619 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,10 +1,10 @@
GIT
remote: https://github.com/chef/chefstyle.git
- revision: 6ce904faf8bb4a2d5aa2a7d15db11bf90cbbd317
+ revision: 6d136684438e8809e703feb84c46c69e90e042a7
branch: master
specs:
- chefstyle (1.7.3)
- rubocop (= 1.11.0)
+ chefstyle (1.7.4)
+ rubocop (= 1.12.0)
GIT
remote: https://github.com/chef/ohai.git
@@ -156,7 +156,6 @@ GEM
binding_of_caller (1.0.0)
debug_inspector (>= 0.0.1)
builder (3.2.4)
- byebug (11.1.3)
chef-telemetry (1.0.29)
chef-config
concurrent-ruby (~> 1.0)
@@ -208,7 +207,7 @@ GEM
highline (2.0.3)
httpclient (2.8.3)
iniparse (1.5.0)
- inspec-core (4.28.0)
+ inspec-core (4.29.3)
addressable (~> 2.4)
chef-telemetry (~> 1.0)
faraday (>= 0.9.0, < 1.4)
@@ -231,8 +230,8 @@ GEM
train-core (~> 3.0)
tty-prompt (~> 0.17)
tty-table (~> 0.10)
- inspec-core-bin (4.28.0)
- inspec-core (= 4.28.0)
+ inspec-core-bin (4.29.3)
+ inspec-core (= 4.29.3)
ipaddress (0.8.3)
iso8601 (0.13.0)
json (2.5.1)
@@ -284,12 +283,9 @@ GEM
tty-color (~> 0.5)
plist (3.6.0)
proxifier (1.0.3)
- pry (0.13.1)
+ pry (0.14.0)
coderay (~> 1.1)
method_source (~> 1.0)
- pry-byebug (3.9.0)
- byebug (~> 11.0)
- pry (~> 0.13.0)
pry-stack_explorer (0.6.1)
binding_of_caller (~> 1.0)
pry (~> 0.13)
@@ -316,7 +312,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-support (3.10.2)
- rubocop (1.11.0)
+ rubocop (1.12.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
@@ -376,7 +372,7 @@ GEM
unicode-display_width (2.0.0)
unicode_utils (1.4.0)
uuidtools (2.2.0)
- webmock (3.12.1)
+ webmock (3.12.2)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
@@ -443,7 +439,6 @@ DEPENDENCIES
inspec-core-bin (~> 4.24)
ohai!
pry
- pry-byebug
pry-stack_explorer
rake
rb-readline
@@ -453,4 +448,4 @@ DEPENDENCIES
webmock
BUNDLED WITH
- 2.1.4
+ 2.2.3