Skip to content

Commit 4cfb87d

Browse files
Bump pry from 0.15.2 to 0.16.0 (#3175)
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 3512d6c commit 4cfb87d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gemspec
88
gem 'benchmark'
99
gem 'irb'
1010
gem 'minitest', '5.26.1'
11-
gem 'pry', '0.15.2'
11+
gem 'pry', '0.16.0'
1212
gem 'rake', '13.3.1'
1313
gem 'rdoc'
1414
gem 'rubocop', '1.81.7'

Gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ GEM
3535
prettyprint
3636
prettyprint (0.2.0)
3737
prism (1.6.0)
38-
pry (0.15.2)
38+
pry (0.16.0)
3939
coderay (~> 1.1)
4040
method_source (~> 1.0)
41+
reline (>= 0.6.0)
4142
psych (5.3.1)
4243
date
4344
stringio
@@ -98,7 +99,7 @@ DEPENDENCIES
9899
faker!
99100
irb
100101
minitest (= 5.26.1)
101-
pry (= 0.15.2)
102+
pry (= 0.16.0)
102103
rake (= 13.3.1)
103104
rdoc
104105
rubocop (= 1.81.7)

0 commit comments

Comments
 (0)