Skip to content

Commit c97c492

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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 07a95e9 commit c97c492

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ group :development do
1616
gem 'rubocop'
1717

1818
# debug
19-
gem 'pry', '~> 0.15.0'
19+
gem 'pry', '~> 0.16.0'
2020

2121
# deploy
2222
gem 'mina', '~> 1.2.4' # for fast deployment

Gemfile.lock

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ GEM
3333
eventmachine (1.2.7)
3434
i18n (1.14.7)
3535
concurrent-ruby (~> 1.0)
36+
io-console (0.8.2)
3637
json (2.15.2)
3738
language_server-protocol (3.17.0.5)
3839
lint_roller (1.1.0)
@@ -51,13 +52,16 @@ GEM
5152
pg (1.6.3)
5253
pg (1.6.3-aarch64-linux)
5354
prism (1.6.0)
54-
pry (0.15.2)
55+
pry (0.16.0)
5556
coderay (~> 1.1)
5657
method_source (~> 1.0)
58+
reline (>= 0.6.0)
5759
racc (1.8.1)
5860
rainbow (3.1.1)
5961
rake (13.3.0)
6062
regexp_parser (2.11.3)
63+
reline (0.6.3)
64+
io-console (~> 0.5)
6165
rubocop (1.81.7)
6266
json (~> 2.3)
6367
language_server-protocol (~> 3.17.0.2)
@@ -102,7 +106,7 @@ DEPENDENCIES
102106
mocha
103107
ostruct
104108
pg (~> 1.6.3)
105-
pry (~> 0.15.0)
109+
pry (~> 0.16.0)
106110
rubocop
107111
simplecov (= 0.17.1)
108112
simpleidn (~> 0.2.1)

0 commit comments

Comments
 (0)