chore(gems): add byebug for better debugging
This commit is contained in:
parent
69f780c3bf
commit
5f40284b77
2 changed files with 3 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -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'
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue