Bump derailed_benchmarks from 2.0.1 to 2.1.0 (#13743)
Bumps [derailed_benchmarks](https://github.com/schneems/derailed_benchmarks) from 2.0.1 to 2.1.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/v2.0.1...v2.1.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
fa2ff578ab
commit
25bf30ae43
6 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -123,7 +123,7 @@ group :development do
|
|||
|
||||
gem "brakeman", "~> 5.0", require: false # Brakeman detects security vulnerabilities in Ruby on Rails applications via static analysis
|
||||
gem "bundler-audit", "~> 0.8" # bundler-audit provides patch-level verification for Bundled apps
|
||||
gem "derailed_benchmarks", "~> 2.0", require: false # A series of things you can use to benchmark a Rails or Ruby app
|
||||
gem "derailed_benchmarks", "~> 2.1", require: false # A series of things you can use to benchmark a Rails or Ruby app
|
||||
gem "erb_lint", "~> 0.0.37", require: false # ERB Linter tool
|
||||
gem "guard", "~> 2.16", require: false # Guard is a command line tool to easily handle events on file system modifications
|
||||
gem "guard-livereload", "~> 2.5", require: false # Guard::LiveReload automatically reloads your browser when 'view' files are modified
|
||||
|
|
|
|||
|
|
@ -185,9 +185,9 @@ GEM
|
|||
dante (0.2.0)
|
||||
ddtrace (0.47.0)
|
||||
msgpack
|
||||
dead_end (1.1.6)
|
||||
dead_end (1.1.7)
|
||||
debug_inspector (1.1.0)
|
||||
derailed_benchmarks (2.0.1)
|
||||
derailed_benchmarks (2.1.0)
|
||||
benchmark-ips (~> 2)
|
||||
dead_end
|
||||
get_process_mem (~> 0)
|
||||
|
|
@ -868,7 +868,7 @@ DEPENDENCIES
|
|||
counter_culture (~> 2.8)
|
||||
cypress-rails (~> 0.5.0)
|
||||
ddtrace (~> 0.47.0)
|
||||
derailed_benchmarks (~> 2.0)
|
||||
derailed_benchmarks (~> 2.1)
|
||||
devise (~> 4.8)
|
||||
devise_invitable (~> 2.0.5)
|
||||
dogstatsd-ruby (~> 4.8)
|
||||
|
|
|
|||
BIN
vendor/cache/dead_end-1.1.6.gem
vendored
BIN
vendor/cache/dead_end-1.1.6.gem
vendored
Binary file not shown.
BIN
vendor/cache/dead_end-1.1.7.gem
vendored
Normal file
BIN
vendor/cache/dead_end-1.1.7.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/derailed_benchmarks-2.0.1.gem
vendored
BIN
vendor/cache/derailed_benchmarks-2.0.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/derailed_benchmarks-2.1.0.gem
vendored
Normal file
BIN
vendor/cache/derailed_benchmarks-2.1.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue