diff --git a/Gemfile b/Gemfile index 154de3831..3d0015649 100644 --- a/Gemfile +++ b/Gemfile @@ -70,7 +70,7 @@ end group :development, :test do gem "bullet", "~> 6.1.0" - gem "byebug", "~> 11.1.1" + gem "byebug", "~> 11.1.3" gem "database_cleaner", "~> 1.8.5" gem "factory_bot_rails", "~> 4.8.2" gem "faker", "~> 1.8.7" diff --git a/Gemfile.lock b/Gemfile.lock index 5708171c9..4176ed5f8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -98,7 +98,7 @@ GEM bullet (6.1.0) activesupport (>= 3.0.0) uniform_notifier (~> 1.11) - byebug (11.1.1) + byebug (11.1.3) cancancan (2.3.0) capistrano (3.14.1) airbrussh (>= 1.0.0) @@ -636,7 +636,7 @@ DEPENDENCIES audited (~> 4.9.0) autoprefixer-rails (~> 8.2.0) bullet (~> 6.1.0) - byebug (~> 11.1.1) + byebug (~> 11.1.3) cancancan (~> 2.3.0) capistrano (~> 3.14.1) capistrano-bundler (~> 2.0)