Skip to content

Commit

Permalink
Update dependency pry to v0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 23, 2023
1 parent d40c85f commit 5da55c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ gem 'bootsnap', '>= 1.4.2', require: false
group :development, :test do
gem 'dotenv-rails'
gem 'listen'
gem 'pry', '0.14.1'
gem 'pry', '0.14.2'
end

group :development do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ GEM
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
pg (1.2.3)
pry (0.14.1)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (4.0.6)
Expand Down Expand Up @@ -288,7 +288,7 @@ DEPENDENCIES
jbuilder (~> 2.7)
listen
pg (>= 0.18, < 2.0)
pry (= 0.14.1)
pry (= 0.14.2)
puma (~> 5.4)
rails (~> 6.1)
rspec-rails (~> 5.1.0)
Expand Down

0 comments on commit 5da55c1

Please sign in to comment.