diff --git a/Gemfile b/Gemfile index 0ac0b09..cad4491 100644 --- a/Gemfile +++ b/Gemfile @@ -37,7 +37,7 @@ gem "kamal", require: false # Add HTTP asset caching/compression and X-Sendfile acceleration to Puma [https://github.com/basecamp/thruster/] gem "thruster", require: false -gem "faraday", "2.12.2" +gem "faraday", "2.14.0" gem "skylight" # Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images] diff --git a/Gemfile.lock b/Gemfile.lock index 6aab304..6d789ce 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -110,7 +110,7 @@ GEM erubi (1.13.1) et-orbi (1.3.0) tzinfo - faraday (2.12.2) + faraday (2.14.0) faraday-net_http (>= 2.0, < 3.5) json logger @@ -135,7 +135,7 @@ GEM jbuilder (2.14.1) actionview (>= 7.0.0) activesupport (>= 7.0.0) - json (2.13.2) + json (2.15.0) kamal (2.7.0) activesupport (>= 7.0) base64 (~> 0.2) @@ -384,7 +384,7 @@ DEPENDENCIES brakeman capybara debug - faraday (= 2.12.2) + faraday (= 2.14.0) importmap-rails jbuilder kamal