From 1a8221f4f02b2001c746512f9e83edc7623e55f9 Mon Sep 17 00:00:00 2001 From: Ryan Lue Date: Fri, 11 May 2018 16:48:07 +0800 Subject: [PATCH] Add pry-rails and pry-remote to Gemfile (dev/test) --- Gemfile | 4 ++++ Gemfile.lock | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/Gemfile b/Gemfile index e32e88837..af6d91083 100644 --- a/Gemfile +++ b/Gemfile @@ -115,6 +115,10 @@ gem 'viewpoint' # in production environments by default. group :development, :test do + # debugging + gem 'pry-rails' + gem 'pry-remote' + # test frameworks gem 'rspec-rails' gem 'test-unit' diff --git a/Gemfile.lock b/Gemfile.lock index 3b6ded1ba..88a2b1173 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -296,6 +296,11 @@ GEM pry (0.11.3) coderay (~> 1.1.0) method_source (~> 0.9.0) + pry-rails (0.3.6) + pry (>= 0.10.4) + pry-remote (0.1.8) + pry (~> 0.9) + slop (~> 3.0) public_suffix (3.0.1) puma (3.11.0) rack (2.0.4) @@ -395,6 +400,7 @@ GEM simplecov-rcov (0.2.3) simplecov (>= 0.4.1) slack-notifier (2.3.1) + slop (3.6.0) sprockets (3.7.1) concurrent-ruby (~> 1.0) rack (> 1, < 3) @@ -516,6 +522,8 @@ DEPENDENCIES omniauth-weibo-oauth2 pg pre-commit + pry-rails + pry-remote puma rack-livereload rails (= 5.1.5)