From fc32922da8782cd5d3b346ae67e542ff32ca8389 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 11:48:33 -0800 Subject: [PATCH] Bump pry from 0.15.0 to 0.15.2 (#1299) Bumps [pry](https://github.com/pry/pry) from 0.15.0 to 0.15.2. - [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.15.0...v0.15.2) --- updated-dependencies: - dependency-name: pry dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index d08ba4763..796a4c006 100644 --- a/Gemfile +++ b/Gemfile @@ -128,7 +128,7 @@ end group :development, :test do # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem gem "debug", platforms: %i[mri mingw x64_mingw] - gem "pry", "~> 0.15.0" + gem "pry", "~> 0.15.2" # Linting gem "standard" diff --git a/Gemfile.lock b/Gemfile.lock index fefd20502..859363dd9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -376,7 +376,7 @@ GEM activesupport (>= 7.0.0) rack railties (>= 7.0.0) - pry (0.15.0) + pry (0.15.2) coderay (~> 1.1) method_source (~> 1.0) psych (5.2.2) @@ -606,7 +606,7 @@ DEPENDENCIES pg (~> 1.5) phonelib propshaft - pry (~> 0.15.0) + pry (~> 0.15.2) puma (~> 6.5.0) rails (~> 8.0.0) rails-controller-testing