Skip to content

Commit 3541a34

Browse files
committed
Update pry
1 parent abf2199 commit 3541a34

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

Gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,13 @@ gem 'net-smtp'
2828

2929
group :development, :test do
3030
gem 'factory_bot_rails'
31-
gem 'pry-byebug'
3231
gem 'brakeman', require: false
3332
gem 'rubocop-rails-omakase', require: false
3433
end
3534

3635
group :development do
3736
gem 'web-console'
38-
gem 'pry-rails'
37+
gem 'pry'
3938
gem 'listen'
4039
gem 'spring'
4140
gem 'spring-watcher-listen'

Gemfile.lock

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ GEM
115115
brakeman (7.0.0)
116116
racc
117117
builder (3.3.0)
118-
byebug (11.1.3)
119118
capybara (3.40.0)
120119
addressable
121120
matrix
@@ -227,14 +226,9 @@ GEM
227226
activesupport (>= 7.0.0)
228227
rack
229228
railties (>= 7.0.0)
230-
pry (0.14.2)
229+
pry (0.15.2)
231230
coderay (~> 1.1)
232231
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)
238232
psych (5.2.3)
239233
date
240234
stringio
@@ -406,8 +400,7 @@ DEPENDENCIES
406400
net-smtp
407401
pg (~> 1)
408402
propshaft
409-
pry-byebug
410-
pry-rails
403+
pry
411404
puma (~> 6)
412405
rails (~> 8)
413406
rubocop-rails-omakase

0 commit comments

Comments
 (0)