Skip to content

Commit

Permalink
chore(deps-dev): bump pry from 0.15.0 to 0.15.2
Browse files Browse the repository at this point in the history
Bumps [pry](https://github.com/pry/pry) from 0.15.0 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.15.0...v0.15.2)

---
updated-dependencies:
- dependency-name: pry
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 25, 2024
1 parent cae4528 commit 9e2d511
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 @@ -7,7 +7,7 @@ gemspec
group :development, :test do
gem "bundle-audit"
gem "standard", "~> 1.43.0"
gem "pry", "~> 0.15.0"
gem "pry", "~> 0.15.2"
gem "rspec"
gem "rspec-its"
end
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ GEM
parser (3.3.6.0)
ast (~> 2.4.1)
racc
pry (0.15.0)
pry (0.15.2)
coderay (~> 1.1)
method_source (~> 1.0)
racc (1.8.1)
Expand Down Expand Up @@ -87,7 +87,7 @@ PLATFORMS
DEPENDENCIES
bundle-audit
eff_passphrase!
pry (~> 0.15.0)
pry (~> 0.15.2)
rspec
rspec-its
standard (~> 1.43.0)
Expand Down

0 comments on commit 9e2d511

Please sign in to comment.