Skip to content

Commit 4b1c288

Browse files
Bump pry-byebug from 3.10.1 to 3.11.0
Bumps [pry-byebug](https://github.com/deivid-rodriguez/pry-byebug) from 3.10.1 to 3.11.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.10.1...v3.11.0) --- updated-dependencies: - dependency-name: pry-byebug dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7595407 commit 4b1c288

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Diff for: Gemfile

+1-1
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.15'
70-
gem 'pry-byebug', '~> 3.10', '>= 3.10.1'
70+
gem 'pry-byebug', '~> 3.11'
7171

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

Diff for: Gemfile.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ GEM
3636
benchmark (0.4.0)
3737
bigdecimal (3.1.8)
3838
browserstack-local (1.4.3)
39-
byebug (11.1.3)
39+
byebug (12.0.0)
4040
capybara (3.40.0)
4141
addressable
4242
matrix
@@ -125,12 +125,12 @@ GEM
125125
prettyprint
126126
prettyprint (0.2.0)
127127
prism (1.4.0)
128-
pry (0.14.2)
128+
pry (0.15.2)
129129
coderay (~> 1.1)
130130
method_source (~> 1.0)
131-
pry-byebug (3.10.1)
132-
byebug (~> 11.0)
133-
pry (>= 0.13, < 0.15)
131+
pry-byebug (3.11.0)
132+
byebug (~> 12.0)
133+
pry (>= 0.13, < 0.16)
134134
psych (5.2.3)
135135
date
136136
stringio
@@ -280,7 +280,7 @@ DEPENDENCIES
280280
net-smtp
281281
otr-activerecord (~> 2.5.0)
282282
parseconfig (~> 1.1, >= 1.1.2)
283-
pry-byebug (~> 3.10, >= 3.10.1)
283+
pry-byebug (~> 3.11)
284284
qr4r (~> 0.6.1)
285285
rack (~> 2.2)
286286
rack-protection (~> 3.2.0)

0 commit comments

Comments
 (0)