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

Commit 442b9d3

Browse files
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](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>
1 parent 778efed commit 442b9d3

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
@@ -187,9 +187,10 @@ GEM
187187
actionpack (>= 7.0.0)
188188
activesupport (>= 7.0.0)
189189
rack
190-
pry (0.15.2)
190+
pry (0.16.0)
191191
coderay (~> 1.1)
192192
method_source (~> 1.0)
193+
reline (>= 0.6.0)
193194
psych (5.3.1)
194195
date
195196
stringio
@@ -335,7 +336,7 @@ DEPENDENCIES
335336
phlex!
336337
phlex-rails!
337338
propshaft (= 1.3.1)
338-
pry (= 0.15.2)
339+
pry (= 0.16.0)
339340
puma (= 7.1.0)
340341
rails (= 8.1.1)
341342
rouge (~> 4.6)

0 commit comments

Comments
 (0)