Bump derailed_benchmarks from 1.8.1 to 2.0.0 (#12291)

Bumps [derailed_benchmarks](https://github.com/schneems/derailed_benchmarks) from 1.8.1 to 2.0.0.
- [Release notes](https://github.com/schneems/derailed_benchmarks/releases)
- [Changelog](https://github.com/schneems/derailed_benchmarks/blob/main/CHANGELOG.md)
- [Commits](https://github.com/schneems/derailed_benchmarks/compare/v1.8.1...v2.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:
dependabot[bot] 2021-01-15 08:57:13 -05:00 committed by GitHub
parent 7f4f9ac2e8
commit c1ffe3d4e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 5 deletions

View file

@ -124,7 +124,7 @@ group :development do
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
gem "derailed_benchmarks", "~> 2.0", require: false # A series of things you can use to benchmark a Rails or Ruby app
gem "erb_lint", github: "thepracticaldev/erb-lint", branch: "jess/remove-version-pinning", require: false # ERB Linter tool
gem "fix-db-schema-conflicts", "~> 3.0" # Ensures consistent output of db/schema.rb despite local differences in the database
gem "guard", "~> 2.16", require: false # Guard is a command line tool to easily handle events on file system modifications

View file

@ -206,13 +206,15 @@ GEM
database_cleaner (~> 1.8.0)
ddtrace (0.44.0)
msgpack
dead_end (1.1.2)
debug_inspector (0.0.3)
derailed_benchmarks (1.8.1)
derailed_benchmarks (2.0.0)
benchmark-ips (~> 2)
dead_end
get_process_mem (~> 0)
heapy (~> 0)
memory_profiler (~> 0)
mini_histogram (>= 0.2.1)
memory_profiler (>= 0, < 2)
mini_histogram (>= 0.3.0)
rack (>= 1)
rake (> 10, < 14)
ruby-statistics (>= 2.1)
@ -866,7 +868,7 @@ DEPENDENCIES
counter_culture (~> 2.7)
database_cleaner-active_record (~> 1.8.0)
ddtrace (~> 0.44.0)
derailed_benchmarks (~> 1.8)
derailed_benchmarks (~> 2.0)
devise (~> 4.7)
devise_invitable (~> 2.0.3)
dogstatsd-ruby (~> 4.8)

BIN
vendor/cache/dead_end-1.1.2.gem vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.