Bump better_errors from 2.6.0 to 2.7.0 (#7620)
Bumps [better_errors](https://github.com/BetterErrors/better_errors) from 2.6.0 to 2.7.0. - [Release notes](https://github.com/BetterErrors/better_errors/releases) - [Commits](https://github.com/BetterErrors/better_errors/compare/v2.6.0...v2.7.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
c7c498834f
commit
4635becfdc
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -106,7 +106,7 @@ gem "validate_url", "~> 1.0" # Library for validating urls in Rails
|
|||
gem "webpacker", "~> 5.1.1" # Use webpack to manage app-like JavaScript modules in Rails
|
||||
|
||||
group :development do
|
||||
gem "better_errors", "~> 2.6" # Provides a better error page for Rails and other Rack apps
|
||||
gem "better_errors", "~> 2.7" # 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.8", 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
|
||||
|
|
|
|||
|
|
@ -109,7 +109,7 @@ GEM
|
|||
thread_safe (~> 0.3, >= 0.3.1)
|
||||
bcrypt (3.1.13)
|
||||
benchmark-ips (2.7.2)
|
||||
better_errors (2.6.0)
|
||||
better_errors (2.7.0)
|
||||
coderay (>= 1.0.0)
|
||||
erubi (>= 1.0.0)
|
||||
rack (>= 0.9.0)
|
||||
|
|
@ -852,7 +852,7 @@ DEPENDENCIES
|
|||
approvals (~> 0.0)
|
||||
autoprefixer-rails (~> 9.7)
|
||||
aws-sdk-lambda (~> 1.39)
|
||||
better_errors (~> 2.6)
|
||||
better_errors (~> 2.7)
|
||||
binding_of_caller (~> 0.8)
|
||||
blazer (~> 2.2.2)
|
||||
bootsnap (>= 1.1.0)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue