about summary refs log tree commit diff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorShuhei Kitagawa <shuheiktgw@users.noreply.github.com>2018-05-03 19:08:54 +0900
committerEugen Rochko <eugen@zeonfederated.com>2018-05-03 12:08:54 +0200
commitab773e4d5ffdd78a61d3ebf0f79e60ee5c9f7e92 (patch)
tree068b27e4b9997da9265865ea7fb76008f16da87a /Gemfile.lock
parentbd367918328daedb37f49727f4e16e33679fdb15 (diff)
Add pry-byebug (#7307)
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock5
1 files changed, 5 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 94ab0b7ca..cbb7dbb7f 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -93,6 +93,7 @@ GEM
     bundler-audit (0.6.0)
       bundler (~> 1.2)
       thor (~> 0.18)
+    byebug (10.0.2)
     capistrano (3.10.2)
       airbrussh (>= 1.0.0)
       i18n
@@ -392,6 +393,9 @@ GEM
     pry (0.11.3)
       coderay (~> 1.1.0)
       method_source (~> 0.9.0)
+    pry-byebug (3.6.0)
+      byebug (~> 10.0)
+      pry (~> 0.10)
     pry-rails (0.3.6)
       pry (>= 0.10.4)
     public_suffix (3.0.2)
@@ -703,6 +707,7 @@ DEPENDENCIES
   pkg-config (~> 1.3)
   premailer-rails
   private_address_check (~> 0.4.1)
+  pry-byebug (~> 3.6)
   pry-rails (~> 0.3)
   puma (~> 3.11)
   pundit (~> 1.1)