Skip to content

Commit 88ad3cc

Browse files
authored
Merge pull request #602 from alphagov/standardize-debugger-to-pry-byebug
Standardise debugger to pry-byebug
2 parents 00eef84 + 3a1bf5f commit 88ad3cc

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ end
2929

3030
group :development, :test do
3131
gem "brakeman", require: false
32-
gem "debug", platforms: %i[mri mingw x64_mingw]
3332
gem "govuk_test"
33+
gem "pry-byebug"
3434
gem "rspec-rails"
3535
gem "rubocop-govuk", require: false
3636
end

Gemfile.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ GEM
4747
bunny (2.24.0)
4848
amq-protocol (~> 2.3)
4949
sorted_set (~> 1, >= 1.0.2)
50+
byebug (12.0.0)
5051
capybara (3.40.0)
5152
addressable
5253
matrix
@@ -57,14 +58,12 @@ GEM
5758
regexp_parser (>= 1.5, < 3.0)
5859
xpath (~> 3.2)
5960
climate_control (1.2.0)
61+
coderay (1.1.3)
6062
concurrent-ruby (1.3.5)
6163
connection_pool (2.5.5)
6264
crass (1.0.6)
6365
csv (3.3.5)
6466
date (3.5.1)
65-
debug (1.11.1)
66-
irb (~> 1.10)
67-
reline (>= 0.3.8)
6867
diff-lcs (1.6.2)
6968
docile (1.4.1)
7069
drb (2.2.3)
@@ -195,6 +194,7 @@ GEM
195194
crass (~> 1.0.2)
196195
nokogiri (>= 1.12.0)
197196
matrix (0.4.2)
197+
method_source (1.1.0)
198198
mini_mime (1.1.5)
199199
minitest (5.26.2)
200200
msgpack (1.8.0)
@@ -397,6 +397,12 @@ GEM
397397
base64
398398
prometheus_exporter (2.3.1)
399399
webrick
400+
pry (0.15.2)
401+
coderay (~> 1.1)
402+
method_source (~> 1.0)
403+
pry-byebug (3.11.0)
404+
byebug (~> 12.0)
405+
pry (>= 0.13, < 0.16)
400406
psych (5.3.1)
401407
date
402408
stringio
@@ -566,7 +572,6 @@ DEPENDENCIES
566572
climate_control
567573
connection_pool
568574
csv
569-
debug
570575
google-cloud-discovery_engine
571576
govuk_app_config
572577
govuk_message_queue_consumer
@@ -576,6 +581,7 @@ DEPENDENCIES
576581
jsonpath
577582
loofah
578583
prometheus-client
584+
pry-byebug
579585
railties (= 8.0.1)
580586
redis
581587
redlock

0 commit comments

Comments
 (0)