From 5f40284b77e754dbc27b7ca64453035419c6bd90 Mon Sep 17 00:00:00 2001 From: Luis Castro Date: Mon, 5 Aug 2019 15:23:29 +0200 Subject: [PATCH] chore(gems): add byebug for better debugging --- Gemfile | 1 + Gemfile.lock | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Gemfile b/Gemfile index 661bdfd6..fa1b64f6 100755 --- a/Gemfile +++ b/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' diff --git a/Gemfile.lock b/Gemfile.lock index 2c06b86f..f494b17c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)