From 7b5c97cc55416888f5673cdc6099809b103b2227 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 08:25:00 +0000 Subject: [PATCH] Update pry requirement from ~> 0.14.2 to ~> 0.15.2 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.2) --- updated-dependencies: - dependency-name: pry dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- prorate.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prorate.gemspec b/prorate.gemspec index 0b6f855..0e18acb 100644 --- a/prorate.gemspec +++ b/prorate.gemspec @@ -34,5 +34,5 @@ Gem::Specification.new do |spec| spec.add_development_dependency "rspec", "~> 3.0" spec.add_development_dependency 'wetransfer_style', '3.0.1' spec.add_development_dependency 'yard', '~> 0.9' - spec.add_development_dependency 'pry', '~> 0.14.2' + spec.add_development_dependency 'pry', '~> 0.15.2' end