From de4ca1f2644fb43d0d2a3ba9604b299cbce6e911 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 13:10:40 +0000 Subject: [PATCH] Update pry requirement from ~> 0.14.2 to ~> 0.15.0 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](https://github.com/pry/pry/compare/v0.14.2...v0.15.0) --- updated-dependencies: - dependency-name: pry dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- puppet-syntax.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet-syntax.gemspec b/puppet-syntax.gemspec index eedaab6..85c9cb8 100644 --- a/puppet-syntax.gemspec +++ b/puppet-syntax.gemspec @@ -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.0' spec.add_development_dependency 'rb-readline', '~> 0.5.5' spec.add_development_dependency 'voxpupuli-rubocop', '~> 2.8.0'