Skip to content

Commit

Permalink
Update pry requirement from ~> 0.14.2 to ~> 0.15.2
Browse files Browse the repository at this point in the history
Updates the requirements on [pry](https://github.com/pry/pry) to permit the latest version.
- [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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 25, 2024
1 parent 605374e commit d5c4aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppet-syntax.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'puppet', '>= 7', '< 9'
spec.add_dependency 'rake', '~> 13.1'

spec.add_development_dependency 'pry', '~> 0.14.2'
spec.add_development_dependency 'pry', '~> 0.15.2'
spec.add_development_dependency 'rb-readline', '~> 0.5.5'

spec.add_development_dependency 'voxpupuli-rubocop', '~> 2.8.0'
Expand Down

0 comments on commit d5c4aff

Please sign in to comment.