From 442b9d36ef33192d4f18586b174ef6e8275c7722 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 04:14:23 +0000 Subject: [PATCH] Bump pry from 0.15.2 to 0.16.0 Bumps [pry](https://github.com/pry/pry) from 0.15.2 to 0.16.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.15.2...v0.16.0) --- updated-dependencies: - dependency-name: pry dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 7316d86..1fc28ab 100644 --- a/Gemfile +++ b/Gemfile @@ -76,7 +76,7 @@ gem "phlex-rails", github: "phlex-ruby/phlex-rails" gem "ruby_ui", github: "ruby-ui/ruby_ui", branch: "main", require: false # gem "ruby_ui", path: "../ruby_ui" -gem "pry", "0.15.2" +gem "pry", "0.16.0" gem "tailwind_merge", "~> 1.3.1" diff --git a/Gemfile.lock b/Gemfile.lock index 5afd3b3..e61371a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -187,9 +187,10 @@ GEM actionpack (>= 7.0.0) activesupport (>= 7.0.0) rack - pry (0.15.2) + pry (0.16.0) coderay (~> 1.1) method_source (~> 1.0) + reline (>= 0.6.0) psych (5.3.1) date stringio @@ -335,7 +336,7 @@ DEPENDENCIES phlex! phlex-rails! propshaft (= 1.3.1) - pry (= 0.15.2) + pry (= 0.16.0) puma (= 7.1.0) rails (= 8.1.1) rouge (~> 4.6)