From 822d8810963fcd8bac7ed56e75607a3726c58352 Mon Sep 17 00:00:00 2001 From: evazion Date: Mon, 27 Feb 2017 17:30:41 -0600 Subject: [PATCH] Gemfile.lock: update pry-byebug to 3.4.2. --- Gemfile | 6 ++---- Gemfile.lock | 6 ++++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index af7fb8b6b..533af9711 100644 --- a/Gemfile +++ b/Gemfile @@ -7,8 +7,6 @@ gem "sass-rails", "~> 4.0.0" gem "sprockets-rails", :require => "sprockets/railtie" gem "uglifier" gem "therubyracer", :platforms => :ruby -gem "pry", :group => [:test, :development] -gem "byebug", :group => [:test, :development] gem "rails", "~> 4.2.0" gem "pg" gem "dalli", :platforms => :ruby @@ -60,9 +58,9 @@ group :production do gem 'capistrano-deploytags', '~> 1.0.0', require: false end -group :development do +group :development, :test do + gem 'pry-byebug' gem 'ruby-prof' - # gem 'sql-logging' end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index 2213f3d46..e6e8cd580 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -225,6 +225,9 @@ GEM coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) + pry-byebug (3.4.2) + byebug (~> 9.0) + pry (~> 0.10) public_suffix (2.0.5) rack (1.6.5) rack-test (0.6.3) @@ -372,7 +375,6 @@ DEPENDENCIES aws-sdk (~> 2) bcrypt-ruby bigquery! - byebug capistrano (~> 3.4.0) capistrano-deploytags (~> 1.0.0) capistrano-rails @@ -400,7 +402,7 @@ DEPENDENCIES newrelic_rpm pg protected_attributes - pry + pry-byebug radix62 (~> 1.0.1) rails (~> 4.2.0) responders