From 675d850ec99352eba10cd51273a88212a38a46f7 Mon Sep 17 00:00:00 2001 From: ulferts Date: Mon, 28 Aug 2023 15:47:56 +0200 Subject: [PATCH] bump puffing-billy --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 1bd30d36c206..f1046ac0f6c8 100644 --- a/Gemfile +++ b/Gemfile @@ -255,7 +255,7 @@ group :test do gem 'webmock', '~> 3.12', require: false # Mock selenium requests through proxy (for feature tests) - gem 'puffing-billy', '~> 3.1.0' + gem 'puffing-billy', '~> 3.2.0' gem 'table_print', '~> 1.5.6' gem 'equivalent-xml', '~> 0.6' diff --git a/Gemfile.lock b/Gemfile.lock index 73be1b5a6e65..1e49e31d9c98 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -714,7 +714,7 @@ GEM psych (5.1.0) stringio public_suffix (5.0.3) - puffing-billy (3.1.0) + puffing-billy (3.2.0) addressable (~> 2.5) em-http-request (~> 1.1, >= 1.1.0) em-synchrony @@ -1110,7 +1110,7 @@ DEPENDENCIES pry-byebug (~> 3.10.0) pry-rails (~> 0.3.6) pry-rescue (~> 1.5.2) - puffing-billy (~> 3.1.0) + puffing-billy (~> 3.2.0) puma (~> 6.3) puma-plugin-statsd (~> 2.0) rack-attack (~> 6.6.0)