diff --git a/Gemfile b/Gemfile index 5654647c8..e8dd50970 100644 --- a/Gemfile +++ b/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+ diff --git a/Gemfile.lock b/Gemfile.lock index a681d8786..97c3f516e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)