File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,13 @@ gem 'net-smtp'
28
28
29
29
group :development , :test do
30
30
gem 'factory_bot_rails'
31
- gem 'pry-byebug'
32
31
gem 'brakeman' , require : false
33
32
gem 'rubocop-rails-omakase' , require : false
34
33
end
35
34
36
35
group :development do
37
36
gem 'web-console'
38
- gem 'pry-rails '
37
+ gem 'pry'
39
38
gem 'listen'
40
39
gem 'spring'
41
40
gem 'spring-watcher-listen'
Original file line number Diff line number Diff line change 115
115
brakeman (7.0.0 )
116
116
racc
117
117
builder (3.3.0 )
118
- byebug (11.1.3 )
119
118
capybara (3.40.0 )
120
119
addressable
121
120
matrix
227
226
activesupport (>= 7.0.0 )
228
227
rack
229
228
railties (>= 7.0.0 )
230
- pry (0.14 .2 )
229
+ pry (0.15 .2 )
231
230
coderay (~> 1.1 )
232
231
method_source (~> 1.0 )
233
- pry-byebug (3.10.1 )
234
- byebug (~> 11.0 )
235
- pry (>= 0.13 , < 0.15 )
236
- pry-rails (0.3.11 )
237
- pry (>= 0.13.0 )
238
232
psych (5.2.3 )
239
233
date
240
234
stringio
@@ -406,8 +400,7 @@ DEPENDENCIES
406
400
net-smtp
407
401
pg (~> 1 )
408
402
propshaft
409
- pry-byebug
410
- pry-rails
403
+ pry
411
404
puma (~> 6 )
412
405
rails (~> 8 )
413
406
rubocop-rails-omakase
You can’t perform that action at this time.
0 commit comments