diff --git a/Gemfile b/Gemfile index cb5afaef1..f8be54514 100644 --- a/Gemfile +++ b/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 diff --git a/Gemfile.lock b/Gemfile.lock index 9475b1d91..d0f2eb938 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/vendor/cache/binding_of_caller-0.8.0.gem b/vendor/cache/binding_of_caller-0.8.0.gem deleted file mode 100644 index 43d9e7d4b..000000000 Binary files a/vendor/cache/binding_of_caller-0.8.0.gem and /dev/null differ diff --git a/vendor/cache/binding_of_caller-1.0.0.gem b/vendor/cache/binding_of_caller-1.0.0.gem new file mode 100644 index 000000000..81be9b1dc Binary files /dev/null and b/vendor/cache/binding_of_caller-1.0.0.gem differ diff --git a/vendor/cache/debug_inspector-0.0.3.gem b/vendor/cache/debug_inspector-0.0.3.gem deleted file mode 100644 index ea61fce65..000000000 Binary files a/vendor/cache/debug_inspector-0.0.3.gem and /dev/null differ diff --git a/vendor/cache/debug_inspector-1.0.0.gem b/vendor/cache/debug_inspector-1.0.0.gem new file mode 100644 index 000000000..72b5b73d2 Binary files /dev/null and b/vendor/cache/debug_inspector-1.0.0.gem differ