Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 23, 2024
1 parent 804a3d5 commit a5e1db9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 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.12.0"
gem "pry", "~> 0.10"
gem "pry", "~> 0.14"
gem "rake", "~> 12.3"
gem "rubocop-github", "~> 0.20.0"
gem "simplecov", ">= 0.14.1"
Expand Down
14 changes: 6 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ GEM
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
base64 (0.2.0)
coderay (1.1.1)
coderay (1.1.3)
concurrent-ruby (1.2.2)
diff-lcs (1.3)
diffy (3.4.2)
Expand Down Expand Up @@ -51,7 +51,7 @@ GEM
json (2.5.1)
json_pure (1.8.6)
locale (2.1.3)
method_source (0.8.2)
method_source (1.0.0)
mini_mime (1.1.5)
minitest (5.20.0)
multi_xml (0.6.0)
Expand All @@ -70,10 +70,9 @@ GEM
parser (3.2.2.4)
ast (~> 2.4.1)
racc
pry (0.10.4)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.4)
puppet (4.10.12)
facter (> 2.0, < 4)
Expand Down Expand Up @@ -139,7 +138,6 @@ GEM
simplecov-json (0.2)
json
simplecov
slop (3.6.0)
text (1.3.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand All @@ -153,7 +151,7 @@ DEPENDENCIES
octofacts!
octofacts-updater!
parallel (= 1.12.0)
pry (~> 0.10)
pry (~> 0.14)
puppet (~> 4.10.4)
rake (~> 12.3)
rspec-puppet (~> 2.6.2)
Expand Down

0 comments on commit a5e1db9

Please sign in to comment.