Skip to content

Commit

Permalink
Bump pry from 0.14.2 to 0.15.2 (#3039)
Browse files Browse the repository at this point in the history
Bumps [pry](https://github.com/pry/pry) from 0.14.2 to 0.15.2.
- [Release notes](https://github.com/pry/pry/releases)
- [Changelog](https://github.com/pry/pry/blob/master/CHANGELOG.md)
- [Commits](pry/pry@v0.14.2...v0.15.2)

---
updated-dependencies:
- dependency-name: pry
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 7, 2025
1 parent c8ea24e commit 789251c
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 @@ -7,7 +7,7 @@ gemspec

gem 'benchmark'
gem 'minitest', '5.25.4'
gem 'pry', '0.14.2'
gem 'pry', '0.15.2'
gem 'rake', '13.2.1'
gem 'rubocop', '1.69.2'
gem 'rubocop-minitest', '0.36.0'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ GEM
concurrent-ruby (~> 1.0)
json (2.9.1)
language_server-protocol (3.17.0.3)
method_source (1.0.0)
method_source (1.1.0)
minitest (5.25.4)
parallel (1.26.3)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
power_assert (2.0.5)
pry (0.14.2)
pry (0.15.2)
coderay (~> 1.1)
method_source (~> 1.0)
racc (1.8.1)
Expand Down Expand Up @@ -70,7 +70,7 @@ DEPENDENCIES
benchmark
faker!
minitest (= 5.25.4)
pry (= 0.14.2)
pry (= 0.15.2)
rake (= 13.2.1)
rubocop (= 1.69.2)
rubocop-minitest (= 0.36.0)
Expand Down

0 comments on commit 789251c

Please sign in to comment.