Bump derailed_benchmarks from 1.4.3 to 1.5.0 (#5489)
This commit is contained in:
parent
7b63da2627
commit
92310ee7f9
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -109,7 +109,7 @@ group :development do
|
|||
gem "binding_of_caller", "~> 0.8" # Retrieve the binding of a method's caller
|
||||
gem "brakeman", "~> 4.7", require: false # Brakeman detects security vulnerabilities in Ruby on Rails applications via static analysis
|
||||
gem "bundler-audit", "~> 0.6" # bundler-audit provides patch-level verification for Bundled apps
|
||||
gem "derailed_benchmarks", "~> 1.4", require: false # A series of things you can use to benchmark a Rails or Ruby app
|
||||
gem "derailed_benchmarks", "~> 1.5", require: false # A series of things you can use to benchmark a Rails or Ruby app
|
||||
gem "erb_lint", "~> 0.0", 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
|
||||
# switch foreman to stable release when thor dependency is updated to 0.20+
|
||||
|
|
|
|||
|
|
@ -230,7 +230,7 @@ GEM
|
|||
delayed_job (> 2.0.3)
|
||||
rack-protection (>= 1.5.5)
|
||||
sinatra (>= 1.4.4)
|
||||
derailed_benchmarks (1.4.3)
|
||||
derailed_benchmarks (1.5.0)
|
||||
benchmark-ips (~> 2)
|
||||
get_process_mem (~> 0)
|
||||
heapy (~> 0)
|
||||
|
|
@ -562,7 +562,7 @@ GEM
|
|||
jwt (~> 2.1, >= 2.1.0)
|
||||
rest-client (~> 2.0, >= 2.0.2)
|
||||
pusher-signature (0.1.8)
|
||||
rack (2.0.8)
|
||||
rack (2.1.1)
|
||||
rack-host-redirect (1.3.0)
|
||||
rack
|
||||
rack-protection (2.0.5)
|
||||
|
|
@ -890,7 +890,7 @@ DEPENDENCIES
|
|||
ddtrace (~> 0.31.0)
|
||||
delayed_job_active_record (~> 4.1)
|
||||
delayed_job_web (~> 1.4)
|
||||
derailed_benchmarks (~> 1.4)
|
||||
derailed_benchmarks (~> 1.5)
|
||||
devise (~> 4.7)
|
||||
dogstatsd-ruby (~> 4.5)
|
||||
doorkeeper (~> 5.2)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue