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] <support@dependabot.com>
This commit is contained in:
parent
f7b0534725
commit
70939f0c38
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue