Skip to content
This repository was archived by the owner on May 11, 2026. It is now read-only.

Commit 7423044

Browse files
Bump pry from 0.15.2 to 0.16.0 (#388)
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](pry/pry@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cb27cc5 commit 7423044

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ gem "phlex-rails", github: "phlex-ruby/phlex-rails"
7676
gem "ruby_ui", github: "ruby-ui/ruby_ui", branch: "main", require: false
7777
# gem "ruby_ui", path: "../ruby_ui"
7878

79-
gem "pry", "0.15.2"
79+
gem "pry", "0.16.0"
8080

8181
gem "tailwind_merge", "~> 1.3.1"
8282

Gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,10 @@ GEM
188188
actionpack (>= 7.0.0)
189189
activesupport (>= 7.0.0)
190190
rack
191-
pry (0.15.2)
191+
pry (0.16.0)
192192
coderay (~> 1.1)
193193
method_source (~> 1.0)
194+
reline (>= 0.6.0)
194195
psych (5.3.1)
195196
date
196197
stringio
@@ -336,7 +337,7 @@ DEPENDENCIES
336337
phlex!
337338
phlex-rails!
338339
propshaft (= 1.3.1)
339-
pry (= 0.15.2)
340+
pry (= 0.16.0)
340341
puma (= 7.1.0)
341342
rails (= 8.1.1)
342343
rouge (~> 4.6)

0 commit comments

Comments
 (0)