Skip to content

Commit bf4d676

Browse files
Bump pry-byebug from 3.11.0 to 3.12.0
Bumps [pry-byebug](https://github.com/deivid-rodriguez/pry-byebug) from 3.11.0 to 3.12.0. - [Release notes](https://github.com/deivid-rodriguez/pry-byebug/releases) - [Changelog](https://github.com/deivid-rodriguez/pry-byebug/blob/master/CHANGELOG.md) - [Commits](deivid-rodriguez/pry-byebug@v3.11.0...v3.12.0) --- updated-dependencies: - dependency-name: pry-byebug dependency-version: 3.12.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 15095d2 commit bf4d676

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ group :test do
6767
gem 'browserstack-local', '~> 1.4'
6868

6969
gem 'irb', '~> 1.16'
70-
gem 'pry-byebug', '~> 3.11'
70+
gem 'pry-byebug', '~> 3.12'
7171

7272
gem 'rest-client', '~> 2.1.0'
7373
gem 'websocket-client-simple', '~> 0.6.1'

Gemfile.lock

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ GEM
3636
base64 (0.3.0)
3737
bigdecimal (4.0.1)
3838
browserstack-local (1.4.3)
39-
byebug (12.0.0)
39+
byebug (13.0.0)
40+
reline (>= 0.6.0)
4041
capybara (3.40.0)
4142
addressable
4243
matrix
@@ -141,12 +142,13 @@ GEM
141142
prettyprint
142143
prettyprint (0.2.0)
143144
prism (1.7.0)
144-
pry (0.15.2)
145+
pry (0.16.0)
145146
coderay (~> 1.1)
146147
method_source (~> 1.0)
147-
pry-byebug (3.11.0)
148-
byebug (~> 12.0)
149-
pry (>= 0.13, < 0.16)
148+
reline (>= 0.6.0)
149+
pry-byebug (3.12.0)
150+
byebug (~> 13.0)
151+
pry (>= 0.13, < 0.17)
150152
psych (5.3.1)
151153
date
152154
stringio
@@ -321,7 +323,7 @@ DEPENDENCIES
321323
net-smtp
322324
otr-activerecord (~> 2.6.0)
323325
parseconfig (~> 1.1, >= 1.1.2)
324-
pry-byebug (~> 3.11)
326+
pry-byebug (~> 3.12)
325327
qr4r (~> 0.6.1)
326328
rack (~> 3.2)
327329
rack-protection (~> 4.2.1)

0 commit comments

Comments
 (0)