Skip to content

Commit

Permalink
Bump pry in the bundler-dev group across 1 directory
Browse files Browse the repository at this point in the history
Bumps the bundler-dev group with 1 update in the / directory: [pry](https://github.com/pry/pry).


Updates `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:development
  update-type: version-update:semver-minor
  dependency-group: bundler-dev
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent 64b2823 commit 7df5daf
Show file tree
Hide file tree
Showing 4 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 name: "octofacts-updater"

group :development do
gem "parallel", "1.26.3"
gem "pry", "~> 0.14"
gem "pry", "~> 0.15"
gem "rake", "~> 13.2"
gem "rubocop-github", "~> 0.20.0"
gem "simplecov", ">= 0.14.1"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ GEM
prime (0.1.2)
forwardable
singleton
pry (0.14.2)
pry (0.15.2)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.1.1)
Expand Down Expand Up @@ -171,7 +171,7 @@ DEPENDENCIES
octofacts!
octofacts-updater!
parallel (= 1.26.3)
pry (~> 0.14)
pry (~> 0.15)
puppet (~> 7.30.0)
rake (~> 13.2)
rspec-puppet (~> 3.0.0)
Expand Down
Binary file removed vendor/cache/pry-0.14.2.gem
Binary file not shown.
Binary file added vendor/cache/pry-0.15.2.gem
Binary file not shown.

0 comments on commit 7df5daf

Please sign in to comment.