diff --git a/Gemfile b/Gemfile index b388b4ea..edbdb214 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ group :development do gem "factory_bot", "~> 6.5", ">= 6.5.1" gem "faker", "~> 3.5", ">= 3.5.1" gem "flatware-rspec", "~> 2.3", ">= 2.3.4" - gem "httpx", "~> 1.4" + gem "httpx", "~> 1.4", ">= 1.4.1" gem "method_source", "~> 1.1" gem "rubocop-factory_bot", "~> 2.26", ">= 2.26.1" gem "rubocop-rake", "~> 0.6" diff --git a/Gemfile.lock b/Gemfile.lock index 374f2ed9..9468ffef 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -302,7 +302,7 @@ GEM hashdiff (1.1.2) http-2 (1.0.2) http_parser.rb (0.8.0) - httpx (1.4.0) + httpx (1.4.1) http-2 (>= 1.0.0) i18n (1.14.7) concurrent-ruby (~> 1.0) @@ -563,7 +563,7 @@ DEPENDENCIES faraday (~> 2.12, >= 2.12.2) filewatcher (~> 2.1) flatware-rspec (~> 2.3, >= 2.3.4) - httpx (~> 1.4) + httpx (~> 1.4, >= 1.4.1) jekyll (~> 4.4, >= 4.4.1) method_source (~> 1.1) rack-test (~> 2.2)