From d00be604b7b17eecad172e2a1184fa594e9a44a0 Mon Sep 17 00:00:00 2001 From: Bertocq Date: Sun, 11 Feb 2018 23:37:56 +0100 Subject: [PATCH] Update byebug version to 10.0.0 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index c5789447a..55d9a5284 100644 --- a/Gemfile +++ b/Gemfile @@ -60,7 +60,7 @@ end group :development, :test do gem 'bullet', '~> 5.7.0' - gem 'byebug', '~> 9.1.0' + gem 'byebug', '~> 10.0.0' gem 'factory_bot_rails', '~> 4.8.2' gem 'faker', '~> 1.8.7' gem 'i18n-tasks', '~> 0.9.20' diff --git a/Gemfile.lock b/Gemfile.lock index e243e58ee..40a1071d9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -71,7 +71,7 @@ GEM bullet (5.7.1) activesupport (>= 3.0.0) uniform_notifier (~> 1.11.0) - byebug (9.1.0) + byebug (10.0.0) cancancan (2.1.2) capistrano (3.10.1) airbrussh (>= 1.0.0) @@ -497,7 +497,7 @@ DEPENDENCIES ancestry (~> 3.0.1) browser (~> 2.5.2) bullet (~> 5.7.0) - byebug (~> 9.1.0) + byebug (~> 10.0.0) cancancan (~> 2.1.2) capistrano (~> 3.10.1) capistrano-bundler (~> 1.2)