From fd885b411650009a5e9656da36791d2ce2afe2bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 14:48:22 +0000 Subject: [PATCH] Update pry requirement from ~> 0.14.1 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.1...v0.15.2) --- updated-dependencies: - dependency-name: pry dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 594b934..ee8f8ba 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gemspec group :development, :test do gem "appraisal", "~> 2.4" gem "gc_ruboconfig", "~> 5.0.1" - gem "pry", "~> 0.14.1" + gem "pry", "~> 0.15.2" gem "rake", "~> 13.0" gem "rspec", "~> 3.13.0" gem "rspec-its", "~> 1.3.0"