Bump derailed_benchmarks from 1.7.0 to 1.8.1 (#10445)
* Bump derailed_benchmarks from 1.7.0 to 1.8.1 Bumps [derailed_benchmarks](https://github.com/schneems/derailed_benchmarks) from 1.7.0 to 1.8.1. - [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.7.0...v1.8.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump derailed_benchmarks from 1.7.0 to 1.8.1 (Update vendor/cache) Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
fd3484b93a
commit
41ce0cd959
14 changed files with 9 additions and 12 deletions
2
Gemfile
2
Gemfile
|
|
@ -114,7 +114,7 @@ group :development do
|
|||
gem "binding_of_caller", "~> 0.8" # Retrieve the binding of a method's caller
|
||||
gem "brakeman", "~> 4.9", 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.7", require: false # A series of things you can use to benchmark a Rails or Ruby app
|
||||
gem "derailed_benchmarks", "~> 1.8", require: false # A series of things you can use to benchmark a Rails or Ruby app
|
||||
gem "erb_lint", "~> 0.0.34", 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
|
||||
|
|
|
|||
19
Gemfile.lock
19
Gemfile.lock
|
|
@ -112,7 +112,7 @@ GEM
|
|||
ice_nine (~> 0.11.0)
|
||||
thread_safe (~> 0.3, >= 0.3.1)
|
||||
bcrypt (3.1.16)
|
||||
benchmark-ips (2.7.2)
|
||||
benchmark-ips (2.8.3)
|
||||
better_errors (2.8.1)
|
||||
coderay (>= 1.0.0)
|
||||
erubi (>= 1.0.0)
|
||||
|
|
@ -211,17 +211,16 @@ GEM
|
|||
ddtrace (0.40.0)
|
||||
msgpack
|
||||
debug_inspector (0.0.3)
|
||||
derailed_benchmarks (1.7.0)
|
||||
derailed_benchmarks (1.8.1)
|
||||
benchmark-ips (~> 2)
|
||||
get_process_mem (~> 0)
|
||||
heapy (~> 0)
|
||||
memory_profiler (~> 0)
|
||||
mini_histogram (~> 0)
|
||||
mini_histogram (>= 0.2.1)
|
||||
rack (>= 1)
|
||||
rake (> 10, < 14)
|
||||
ruby-statistics (>= 2.1)
|
||||
thor (>= 0.19, < 2)
|
||||
unicode_plot (>= 0.0.4, < 1.0.0)
|
||||
descendants_tracker (0.0.4)
|
||||
thread_safe (~> 0.3, >= 0.3.1)
|
||||
device_detector (1.0.4)
|
||||
|
|
@ -260,7 +259,6 @@ GEM
|
|||
email_validator (2.0.1)
|
||||
activemodel
|
||||
emoji_regex (3.0.0)
|
||||
enumerable-statistics (2.0.1)
|
||||
environs (1.1.0)
|
||||
equalizer (0.0.11)
|
||||
erb_lint (0.0.35)
|
||||
|
|
@ -338,7 +336,7 @@ GEM
|
|||
raabro (~> 1.3)
|
||||
gemoji (4.0.0.rc2)
|
||||
geocoder (1.6.3)
|
||||
get_process_mem (0.2.5)
|
||||
get_process_mem (0.2.7)
|
||||
ffi (~> 1.0)
|
||||
gibbon (3.3.4)
|
||||
faraday (>= 0.16.0)
|
||||
|
|
@ -366,7 +364,8 @@ GEM
|
|||
rspec (>= 2.99.0, < 4.0)
|
||||
hashdiff (1.0.1)
|
||||
hashie (4.1.0)
|
||||
heapy (0.1.4)
|
||||
heapy (0.2.0)
|
||||
thor
|
||||
honeybadger (4.7.2)
|
||||
honeycomb-beeline (2.2.0)
|
||||
libhoney (~> 1.14, >= 1.14.2)
|
||||
|
|
@ -459,7 +458,7 @@ GEM
|
|||
mime-types-data (~> 3.2015)
|
||||
mime-types-data (3.2020.0512)
|
||||
mimemagic (0.3.5)
|
||||
mini_histogram (0.1.3)
|
||||
mini_histogram (0.3.1)
|
||||
mini_magick (4.10.1)
|
||||
mini_mime (1.0.2)
|
||||
mini_portile2 (2.4.0)
|
||||
|
|
@ -794,8 +793,6 @@ GEM
|
|||
unf_ext
|
||||
unf_ext (0.0.7.7)
|
||||
unicode-display_width (1.7.0)
|
||||
unicode_plot (0.0.4)
|
||||
enumerable-statistics (>= 2.0.1)
|
||||
uniform_notifier (1.13.0)
|
||||
validate_url (1.0.13)
|
||||
activemodel (>= 3.0.0)
|
||||
|
|
@ -873,7 +870,7 @@ DEPENDENCIES
|
|||
counter_culture (~> 2.6)
|
||||
database_cleaner-active_record (~> 1.8.0)
|
||||
ddtrace (~> 0.40.0)
|
||||
derailed_benchmarks (~> 1.7)
|
||||
derailed_benchmarks (~> 1.8)
|
||||
devise (~> 4.7)
|
||||
devise_invitable (~> 2.0.0)
|
||||
dogstatsd-ruby (~> 4.8)
|
||||
|
|
|
|||
BIN
vendor/cache/benchmark-ips-2.7.2.gem
vendored
BIN
vendor/cache/benchmark-ips-2.7.2.gem
vendored
Binary file not shown.
BIN
vendor/cache/benchmark-ips-2.8.3.gem
vendored
Normal file
BIN
vendor/cache/benchmark-ips-2.8.3.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/derailed_benchmarks-1.7.0.gem
vendored
BIN
vendor/cache/derailed_benchmarks-1.7.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/derailed_benchmarks-1.8.1.gem
vendored
Normal file
BIN
vendor/cache/derailed_benchmarks-1.8.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/enumerable-statistics-2.0.1.gem
vendored
BIN
vendor/cache/enumerable-statistics-2.0.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/get_process_mem-0.2.5.gem
vendored
BIN
vendor/cache/get_process_mem-0.2.5.gem
vendored
Binary file not shown.
BIN
vendor/cache/get_process_mem-0.2.7.gem
vendored
Normal file
BIN
vendor/cache/get_process_mem-0.2.7.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/heapy-0.1.4.gem
vendored
BIN
vendor/cache/heapy-0.1.4.gem
vendored
Binary file not shown.
BIN
vendor/cache/heapy-0.2.0.gem
vendored
Normal file
BIN
vendor/cache/heapy-0.2.0.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/mini_histogram-0.1.3.gem
vendored
BIN
vendor/cache/mini_histogram-0.1.3.gem
vendored
Binary file not shown.
BIN
vendor/cache/mini_histogram-0.3.1.gem
vendored
Normal file
BIN
vendor/cache/mini_histogram-0.3.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/unicode_plot-0.0.4.gem
vendored
BIN
vendor/cache/unicode_plot-0.0.4.gem
vendored
Binary file not shown.
Loading…
Add table
Reference in a new issue