Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumps pry-byebug to v3.9.0 #2135

Merged
merged 1 commit into from
Aug 25, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ GEM
bullet (5.6.1)
activesupport (>= 3.0.0)
uniform_notifier (~> 1.10.0)
byebug (11.0.1)
byebug (11.1.3)
cancancan (2.3.0)
capybara (2.18.0)
addressable
Expand All @@ -226,7 +226,7 @@ GEM
simplecov
codemirror-rails (5.16.0)
railties (>= 3.0, < 6.0)
coderay (1.1.2)
coderay (1.1.3)
coffee-rails (4.2.2)
coffee-script (>= 2.2.0)
railties (>= 4.0.0)
Expand Down Expand Up @@ -415,7 +415,7 @@ GEM
message_bus (2.0.9)
rack (>= 1.1.3)
metaclass (0.0.4)
method_source (0.9.2)
method_source (1.0.0)
middleware (0.1.0)
mime-types (2.99.3)
mimemagic (0.3.2)
Expand Down Expand Up @@ -489,12 +489,12 @@ GEM
prometheus-client-mmap (0.10.0)
protected_attributes_continued (1.3.0)
activemodel (~> 5.0)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry-byebug (3.7.0)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.9.0)
byebug (~> 11.0)
pry (~> 0.10)
pry (~> 0.13.0)
pry-doc (0.13.4)
pry (~> 0.11)
yard (~> 0.9.11)
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.prod.lock
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ GEM
bullet (5.6.1)
activesupport (>= 3.0.0)
uniform_notifier (~> 1.10.0)
byebug (11.0.1)
byebug (11.1.3)
cancancan (2.3.0)
capybara (2.18.0)
addressable
Expand All @@ -227,7 +227,7 @@ GEM
simplecov
codemirror-rails (5.16.0)
railties (>= 3.0, < 6.0)
coderay (1.1.2)
coderay (1.1.3)
coffee-rails (4.2.2)
coffee-script (>= 2.2.0)
railties (>= 4.0.0)
Expand Down Expand Up @@ -416,7 +416,7 @@ GEM
message_bus (2.0.9)
rack (>= 1.1.3)
metaclass (0.0.4)
method_source (0.9.2)
method_source (1.0.0)
middleware (0.1.0)
mime-types (2.99.3)
mimemagic (0.3.2)
Expand Down Expand Up @@ -490,12 +490,12 @@ GEM
prometheus-client-mmap (0.10.0)
protected_attributes_continued (1.3.0)
activemodel (~> 5.0)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry-byebug (3.7.0)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.9.0)
byebug (~> 11.0)
pry (~> 0.10)
pry (~> 0.13.0)
pry-doc (0.13.4)
pry (~> 0.11)
yard (~> 0.9.11)
Expand Down