From 993ac53d7c1cebefd3d56efb2f153464e4722c36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:44:06 +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] --- fog-google.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fog-google.gemspec b/fog-google.gemspec index d5f1ecd3f..4498a9236 100644 --- a/fog-google.gemspec +++ b/fog-google.gemspec @@ -39,7 +39,7 @@ Gem::Specification.new do |spec| # Debugger # Locked because pry-byebug is broken with 13+ # see: https://github.com/deivid-rodriguez/pry-byebug/issues/343 - spec.add_development_dependency "pry", "= 0.14.2" + spec.add_development_dependency "pry", "= 0.15.2" # Testing gems spec.add_development_dependency "retriable"