From 2b4a89348192a2a3a9f502c1f54567dd15518f65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 06:57: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 29b6fde..ba4523e 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.16" -gem "pry", "~> 0.14.1" +gem "pry", "~> 0.15.0" gem "rake", "~> 13.2" gem "rspec-rails", "~> 7.0" gem "sprockets-rails", "~> 3.5" diff --git a/Gemfile.lock b/Gemfile.lock index 265b864..377c080 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -122,7 +122,7 @@ GEM net-smtp marcel (1.0.4) matrix (0.4.2) - method_source (1.0.0) + method_source (1.1.0) mini_mime (1.1.5) minitest (5.25.1) mutex_m (0.2.0) @@ -140,7 +140,7 @@ GEM racc (~> 1.4) nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) - pry (0.14.2) + pry (0.15.0) coderay (~> 1.1) method_source (~> 1.0) psych (5.1.2) @@ -240,7 +240,7 @@ DEPENDENCIES gem-release (~> 2.2) matrix (~> 0.4.2) nokogiri (~> 1.16) - pry (~> 0.14.1) + pry (~> 0.15.0) rails-footnotes! rake (~> 13.2) rspec-rails (~> 7.0)