From e15ff9fd0d81fe411fc56617fb6e86b2cffeb039 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 06:48:05 +0000 Subject: [PATCH] Bump pry from 0.15.0 to 0.15.2 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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index edf7f76..a83828a 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem "capybara", "~> 3.40" gem "gem-release", "~> 2.2" gem "matrix", "~> 0.4.2" gem "nokogiri", "~> 1.17" -gem "pry", "~> 0.15.0" +gem "pry", "~> 0.15.2" gem "rake", "~> 13.2" gem "rspec-rails", "~> 7.1" gem "sprockets-rails", "~> 3.5" diff --git a/Gemfile.lock b/Gemfile.lock index 7135f9b..560a022 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -145,7 +145,7 @@ GEM racc (~> 1.4) nokogiri (1.17.2-x86_64-linux) racc (~> 1.4) - pry (0.15.0) + pry (0.15.2) coderay (~> 1.1) method_source (~> 1.0) psych (5.2.1) @@ -245,7 +245,7 @@ DEPENDENCIES gem-release (~> 2.2) matrix (~> 0.4.2) nokogiri (~> 1.17) - pry (~> 0.15.0) + pry (~> 0.15.2) rails-footnotes! rake (~> 13.2) rspec-rails (~> 7.1)