Bump pry-byebug from 3.7.0 to 3.8.0 (#5855)

This commit is contained in:
dependabot-preview[bot] 2020-02-03 10:23:26 -05:00 committed by GitHub
parent 4d94a5662e
commit 7f7ff8c8b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -132,7 +132,7 @@ group :development, :test do
gem "capybara", "~> 3.31" # Capybara is an integration testing tool for rack based web applications
gem "faker", "~> 2.10" # A library for generating fake data such as names, addresses, and phone numbers
gem "parallel_tests", "~> 2.31" # Run Test::Unit / RSpec / Cucumber / Spinach in parallel
gem "pry-byebug", "~> 3.7" # Combine 'pry' with 'byebug'. Adds 'step', 'next', 'finish', 'continue' and 'break' commands to control execution
gem "pry-byebug", "~> 3.8" # Combine 'pry' with 'byebug'. Adds 'step', 'next', 'finish', 'continue' and 'break' commands to control execution
gem "rspec-rails", "~> 3.9" # rspec-rails is a testing framework for Rails 3+
gem "rubocop", "~> 0.79", require: false # Automatic Ruby code style checking tool
gem "rubocop-performance", "~> 1.5", require: false # A collection of RuboCop cops to check for performance optimizations in Ruby code

View file

@ -162,7 +162,7 @@ GEM
bundler-audit (0.6.1)
bundler (>= 1.2.0, < 3)
thor (~> 0.18)
byebug (11.0.0)
byebug (11.1.1)
capybara (3.31.0)
addressable
mini_mime (>= 0.1.3)
@ -550,7 +550,7 @@ GEM
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry-byebug (3.7.0)
pry-byebug (3.8.0)
byebug (~> 11.0)
pry (~> 0.10)
pry-rails (0.3.9)
@ -958,7 +958,7 @@ DEPENDENCIES
parallel_tests (~> 2.31)
pg (~> 1.2)
pry (~> 0.12)
pry-byebug (~> 3.7)
pry-byebug (~> 3.8)
pry-rails (~> 0.3)
puma (~> 4.3)
pundit (~> 2.1)