Bump binding_of_caller from 0.8.0 to 1.0.0 (#12059)
Bumps [binding_of_caller](https://github.com/banister/binding_of_caller) from 0.8.0 to 1.0.0. - [Release notes](https://github.com/banister/binding_of_caller/releases) - [Commits](https://github.com/banister/binding_of_caller/compare/v0.8.0...v1.0.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
6087a9e71c
commit
2e4618a7fa
6 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -118,7 +118,7 @@ gem "webpacker", "~> 5.2.1" # Use webpack to manage app-like JavaScript modules
|
|||
|
||||
group :development do
|
||||
gem "better_errors", "~> 2.9" # 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 "binding_of_caller", "~> 1.0" # Retrieve the binding of a method's caller
|
||||
gem "brakeman", "~> 4.10", require: false # Brakeman detects security vulnerabilities in Ruby on Rails applications via static analysis
|
||||
gem "bundler-audit", "~> 0.7" # bundler-audit provides patch-level verification for Bundled apps
|
||||
gem "derailed_benchmarks", "~> 1.8", require: false # A series of things you can use to benchmark a Rails or Ruby app
|
||||
|
|
|
|||
|
|
@ -124,7 +124,7 @@ GEM
|
|||
parser (>= 2.4)
|
||||
smart_properties
|
||||
bindex (0.8.1)
|
||||
binding_of_caller (0.8.0)
|
||||
binding_of_caller (1.0.0)
|
||||
debug_inspector (>= 0.0.1)
|
||||
blazer (2.4.0)
|
||||
activerecord (>= 5)
|
||||
|
|
@ -205,7 +205,7 @@ GEM
|
|||
database_cleaner (~> 1.8.0)
|
||||
ddtrace (0.43.0)
|
||||
msgpack
|
||||
debug_inspector (0.0.3)
|
||||
debug_inspector (1.0.0)
|
||||
derailed_benchmarks (1.8.1)
|
||||
benchmark-ips (~> 2)
|
||||
get_process_mem (~> 0)
|
||||
|
|
@ -836,7 +836,7 @@ DEPENDENCIES
|
|||
ancestry (~> 3.2)
|
||||
approvals (~> 0.0)
|
||||
better_errors (~> 2.9)
|
||||
binding_of_caller (~> 0.8)
|
||||
binding_of_caller (~> 1.0)
|
||||
blazer (~> 2.4.0)
|
||||
bootsnap (>= 1.1.0)
|
||||
brakeman (~> 4.10)
|
||||
|
|
|
|||
BIN
vendor/cache/binding_of_caller-0.8.0.gem
vendored
BIN
vendor/cache/binding_of_caller-0.8.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/binding_of_caller-1.0.0.gem
vendored
Normal file
BIN
vendor/cache/binding_of_caller-1.0.0.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/debug_inspector-0.0.3.gem
vendored
BIN
vendor/cache/debug_inspector-0.0.3.gem
vendored
Binary file not shown.
BIN
vendor/cache/debug_inspector-1.0.0.gem
vendored
Normal file
BIN
vendor/cache/debug_inspector-1.0.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue