From 5b7108fe55984f0140e848a366c0d28a52083d3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 08:33:59 +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:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 49d48c7..a0e507f 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ source 'https://rubygems.org' gemspec gem "gc_ruboconfig", "~> 3.6.0" -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"