diff --git a/Gemfile b/Gemfile index f9be0376..d6dabb45 100644 --- a/Gemfile +++ b/Gemfile @@ -73,7 +73,7 @@ group :test do end -gem "faraday", "~> 2.13" +gem "faraday", "~> 2.14" gem "rubyzip", "~> 3.0" gem "amatch", "~> 0.4" diff --git a/Gemfile.lock b/Gemfile.lock index 227b7537..c53a0635 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -156,7 +156,7 @@ GEM et-orbi (1.4.0) tzinfo event_stream_parser (1.0.0) - faraday (2.14.2) + faraday (2.14.3) faraday-net_http (>= 2.0, < 3.5) json logger @@ -234,7 +234,7 @@ GEM actionview (>= 7.0.0) activesupport (>= 7.0.0) jmespath (1.6.2) - json (2.19.8) + json (2.20.0) kamal (2.11.0) activesupport (>= 7.0) base64 (~> 0.2) @@ -632,7 +632,7 @@ DEPENDENCIES countries (~> 8.1) debug (~> 1.11) dotenv-rails (~> 3.2) - faraday (~> 2.13) + faraday (~> 2.14) flipper (~> 1.4) flipper-active_record (~> 1.3) flipper-ui (~> 1.4)