chore(gems): add byebug for better debugging

This commit is contained in:
Luis Castro 2019-08-05 15:23:29 +02:00
parent 69f780c3bf
commit 5f40284b77
No known key found for this signature in database
GPG key ID: 0A8F33D4C4E27639
2 changed files with 3 additions and 0 deletions

View file

@ -83,6 +83,7 @@ end
group :development, :ci, :test do
gem 'binding_of_caller', '~> 0.8.0'
gem 'byebug', '~> 11.0', '>= 11.0.1'
gem 'dotenv-rails', '~> 2.7', '>= 2.7.5'
gem 'mail_view', '~> 2.0'
gem 'pry', '~> 0.12.2'

View file

@ -118,6 +118,7 @@ GEM
builder (3.2.3)
bunny (2.14.2)
amq-protocol (~> 2.3, >= 2.3.0)
byebug (11.0.1)
carrierwave (1.3.1)
activemodel (>= 4.0.0)
activesupport (>= 4.0.0)
@ -500,6 +501,7 @@ DEPENDENCIES
binding_of_caller (~> 0.8.0)
bootsnap (~> 1.4)
bunny (~> 2.14, >= 2.14.2)
byebug (~> 11.0, >= 11.0.1)
carrierwave (~> 1.3)
carrierwave-aws (~> 1.3)
chronic (~> 0.10.2)