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:
parent
7f4f9ac2e8
commit
c1ffe3d4e5
5 changed files with 7 additions and 5 deletions
2
Gemfile
2
Gemfile
|
|
@ -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
|
||||
|
|
|
|||
10
Gemfile.lock
10
Gemfile.lock
|
|
@ -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
BIN
vendor/cache/dead_end-1.1.2.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/derailed_benchmarks-1.8.1.gem
vendored
BIN
vendor/cache/derailed_benchmarks-1.8.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/derailed_benchmarks-2.0.0.gem
vendored
Normal file
BIN
vendor/cache/derailed_benchmarks-2.0.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue