Skip to content

Commit

Permalink
Update dependency pry to '~> 0.15.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 16, 2024
1 parent 38ac9c8 commit ba436eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ group :development do
gem 'rubocop'

# debug
gem 'pry', '~> 0.14.1'
gem 'pry', '~> 0.15.0'

# deploy
gem 'mina', '~> 1.2.4' # for fast deployment
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ GEM
i18n (1.11.0)
concurrent-ruby (~> 1.0)
json (2.5.1)
method_source (1.0.0)
method_source (1.1.0)
mina (1.2.4)
open4 (~> 1.3.4)
rake
Expand All @@ -31,7 +31,7 @@ GEM
parser (3.0.2.0)
ast (~> 2.4.1)
pg (1.4.0)
pry (0.14.1)
pry (0.15.0)
coderay (~> 1.1)
method_source (~> 1.0)
rainbow (3.0.0)
Expand Down Expand Up @@ -75,7 +75,7 @@ DEPENDENCIES
mina (~> 1.2.4)
minitest
pg (~> 1.4.0)
pry (~> 0.14.1)
pry (~> 0.15.0)
rubocop
simplecov (= 0.17.1)
simpleidn (~> 0.2.1)
Expand Down

0 comments on commit ba436eb

Please sign in to comment.