Skip to content

Commit e497f2a

Browse files
Bump pry from 0.14.2 to 0.15.2
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]>
1 parent a908ab6 commit e497f2a

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.68.0'
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.7.5)
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.5.1)
2323
ast (~> 2.4.1)
2424
racc
2525
power_assert (2.0.3)
26-
pry (0.14.2)
26+
pry (0.15.2)
2727
coderay (~> 1.1)
2828
method_source (~> 1.0)
2929
racc (1.8.1)
@@ -68,7 +68,7 @@ DEPENDENCIES
6868
benchmark
6969
faker!
7070
minitest (= 5.25.4)
71-
pry (= 0.14.2)
71+
pry (= 0.15.2)
7272
rake (= 13.2.1)
7373
rubocop (= 1.68.0)
7474
rubocop-minitest (= 0.36.0)

0 commit comments

Comments
 (0)