From 70939f0c3838a5abe6de0c720025742642a91dea Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2020 10:51:24 -0500 Subject: [PATCH] Bump better_errors from 2.5.1 to 2.6.0 (#6396) Bumps [better_errors](https://github.com/BetterErrors/better_errors) from 2.5.1 to 2.6.0. - [Release notes](https://github.com/BetterErrors/better_errors/releases) - [Commits](https://github.com/BetterErrors/better_errors/compare/v2.5.1...v2.6.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index de47e9797..263175a64 100644 --- a/Gemfile +++ b/Gemfile @@ -104,7 +104,7 @@ gem "validate_url", "~> 1.0" # Library for validating urls in Rails gem "webpacker", "~> 3.5" # Use webpack to manage app-like JavaScript modules in Rails group :development do - gem "better_errors", "~> 2.5" # Provides a better error page for Rails and other Rack apps + gem "better_errors", "~> 2.6" # Provides a better error page for Rails and other Rack apps gem "binding_of_caller", "~> 0.8" # Retrieve the binding of a method's caller gem "brakeman", "~> 4.7", require: false # Brakeman detects security vulnerabilities in Ruby on Rails applications via static analysis gem "bundler-audit", "~> 0.6" # bundler-audit provides patch-level verification for Bundled apps diff --git a/Gemfile.lock b/Gemfile.lock index ff88838f4..1bb0eac62 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -115,7 +115,7 @@ GEM thread_safe (~> 0.3, >= 0.3.1) bcrypt (3.1.13) benchmark-ips (2.7.2) - better_errors (2.5.1) + better_errors (2.6.0) coderay (>= 1.0.0) erubi (>= 1.0.0) rack (>= 0.9.0) @@ -860,7 +860,7 @@ DEPENDENCIES autoprefixer-rails (~> 9.7) awesome_print (~> 1.8) aws-sdk-lambda (~> 1.36) - better_errors (~> 2.5) + better_errors (~> 2.6) binding_of_caller (~> 0.8) bootsnap (>= 1.1.0) brakeman (~> 4.7)