diff --git a/Gemfile b/Gemfile index 82a6a7ba8ad..1a394b33b3a 100644 --- a/Gemfile +++ b/Gemfile @@ -125,7 +125,7 @@ gem 'rack-attack', '~> 6.3.1' gem 'secure_headers', '~> 6.3.0' # Browser detection for incompatibility checks -gem 'browser', '~> 5.0.0' +gem 'browser', '~> 5.1.0' # Providing health checks gem 'okcomputer', '~> 1.18.1' diff --git a/Gemfile.lock b/Gemfile.lock index 1a412eba306..e00eb3de5f4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -314,7 +314,7 @@ GEM bootsnap (1.4.8) msgpack (~> 1.0) brakeman (4.10.0) - browser (5.0.0) + browser (5.1.0) builder (3.2.4) byebug (11.1.3) capybara (3.33.0) @@ -982,7 +982,7 @@ DEPENDENCIES bcrypt (~> 3.1.6) bootsnap (~> 1.4.5) brakeman (~> 4.10.0) - browser (~> 5.0.0) + browser (~> 5.1.0) budgets! capybara (~> 3.33.0) capybara-screenshot (~> 1.0.17)