From 5c112d8aa61ea57c565a605bf458d40d5e7a4d3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 15:54:02 +0000 Subject: [PATCH] Update pry requirement from ~> 0.14.1 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.1...v0.15.0) --- 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..c28f434 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.0" gem "rake", "~> 13.0" gem "rspec", "~> 3.13.0" gem "rspec-its", "~> 1.3.0"