From 615c415265a786e2a8fbf9b02629a888454ea93d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 23:15:25 +0000 Subject: [PATCH] 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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 10c55d01c0..e6077bd889 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gemspec gem 'benchmark' gem 'minitest', '5.25.1' -gem 'pry', '0.14.2' +gem 'pry', '0.15.0' gem 'rake', '13.2.1' gem 'rubocop', '1.68.0' gem 'rubocop-minitest', '0.36.0' diff --git a/Gemfile.lock b/Gemfile.lock index 2b64d94343..8712636ac6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -16,14 +16,14 @@ GEM concurrent-ruby (~> 1.0) json (2.7.5) language_server-protocol (3.17.0.3) - method_source (1.0.0) + method_source (1.1.0) minitest (5.25.1) parallel (1.26.3) parser (3.3.5.1) ast (~> 2.4.1) racc power_assert (2.0.3) - pry (0.14.2) + pry (0.15.0) coderay (~> 1.1) method_source (~> 1.0) racc (1.8.1) @@ -68,7 +68,7 @@ DEPENDENCIES benchmark faker! minitest (= 5.25.1) - pry (= 0.14.2) + pry (= 0.15.0) rake (= 13.2.1) rubocop (= 1.68.0) rubocop-minitest (= 0.36.0)