Skip to content

Commit 789251c

Browse files
Bump pry from 0.14.2 to 0.15.2 (#3039)
Bumps [pry](https://github.com/pry/pry) from 0.14.2 to 0.15.2. - [Release notes](https://github.com/pry/pry/releases) - [Changelog](https://github.com/pry/pry/blob/master/CHANGELOG.md) - [Commits](pry/pry@v0.14.2...v0.15.2) --- updated-dependencies: - dependency-name: pry dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c8ea24e commit 789251c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gemspec
77

88
gem 'benchmark'
99
gem 'minitest', '5.25.4'
10-
gem 'pry', '0.14.2'
10+
gem 'pry', '0.15.2'
1111
gem 'rake', '13.2.1'
1212
gem 'rubocop', '1.69.2'
1313
gem 'rubocop-minitest', '0.36.0'

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ GEM
1616
concurrent-ruby (~> 1.0)
1717
json (2.9.1)
1818
language_server-protocol (3.17.0.3)
19-
method_source (1.0.0)
19+
method_source (1.1.0)
2020
minitest (5.25.4)
2121
parallel (1.26.3)
2222
parser (3.3.6.0)
2323
ast (~> 2.4.1)
2424
racc
2525
power_assert (2.0.5)
26-
pry (0.14.2)
26+
pry (0.15.2)
2727
coderay (~> 1.1)
2828
method_source (~> 1.0)
2929
racc (1.8.1)
@@ -70,7 +70,7 @@ DEPENDENCIES
7070
benchmark
7171
faker!
7272
minitest (= 5.25.4)
73-
pry (= 0.14.2)
73+
pry (= 0.15.2)
7474
rake (= 13.2.1)
7575
rubocop (= 1.69.2)
7676
rubocop-minitest (= 0.36.0)

0 commit comments

Comments
 (0)