Skip to content

Commit

Permalink
Bumps pry-byebug to v3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guicassolato committed Aug 20, 2020
1 parent 9257946 commit 0f909e9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions Gemfile.lock
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
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

0 comments on commit 0f909e9

Please sign in to comment.