From e316ad9c96d34012de165654081ce99498dd94ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Thu, 26 Mar 2020 14:14:18 +0100 Subject: [PATCH] Bump byebug to version 11.1.1 Rails 5.1 updated the `method_source` dependency, which is incompatible with pry 0.12.x (which some developers are using), and upgrading pry and pry-byebug requires a more recent version of byebug. --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index c72ff433b..2c2c3e208 100644 --- a/Gemfile +++ b/Gemfile @@ -67,7 +67,7 @@ end group :development, :test do gem "bullet", "~> 5.9.0" - gem "byebug", "~> 10.0.0" + gem "byebug", "~> 11.1.1" gem "factory_bot_rails", "~> 4.8.2" gem "faker", "~> 1.8.7" gem "i18n-tasks", "~> 0.9.29" diff --git a/Gemfile.lock b/Gemfile.lock index 5b2eeb0e2..1d64d39ba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -94,7 +94,7 @@ GEM bullet (5.9.0) activesupport (>= 3.0.0) uniform_notifier (~> 1.11) - byebug (10.0.0) + byebug (11.1.1) cancancan (2.3.0) capistrano (3.10.1) airbrussh (>= 1.0.0) @@ -609,7 +609,7 @@ DEPENDENCIES audited (~> 4.9.0) autoprefixer-rails (~> 8.2.0) bullet (~> 5.9.0) - byebug (~> 10.0.0) + byebug (~> 11.1.1) cancancan (~> 2.3.0) capistrano (~> 3.10.1) capistrano-bundler (~> 1.2)