From 3a89cf3e0555f73a2984809294b15e6372776b13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 04:15:51 +0000 Subject: [PATCH] Build(deps-dev): Bump pry from 0.14.2 to 0.15.0 Bumps [pry](https://github.com/pry/pry) from 0.14.2 to 0.15.0. - [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.0) --- updated-dependencies: - dependency-name: pry dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 7194f6fda9..0c31fe7efa 100644 --- a/Gemfile +++ b/Gemfile @@ -191,7 +191,7 @@ group :test, :development do gem 'oink', '~> 0.10.1' gem 'rspec-activemodel-mocks', '~> 1.2.1' gem 'rspec-rails', '~> 7.1.0' - gem 'pry', '~> 0.14.2' + gem 'pry', '~> 0.15.0' end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index 3ff034a257..e6fe6b01e4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -379,7 +379,7 @@ GEM prime (0.1.2) forwardable singleton - pry (0.14.2) + pry (0.15.0) coderay (~> 1.1) method_source (~> 1.0) public_suffix (6.0.1) @@ -636,7 +636,7 @@ DEPENDENCIES oink (~> 0.10.1) open4 (~> 1.3.0) pg (~> 1.5.9) - pry (~> 0.14.2) + pry (~> 0.15.0) puma (~> 6.4.3) rack (~> 2.2.10) rack-utf8_sanitizer (~> 1.9.1)