Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gem 'bootsnap', '>= 1.4.2', require: false
gem 'daemons'
gem 'delayed_job_active_record'
gem 'dotenv', '2.8.1'
gem 'faraday', '~> 2.0'
gem 'faraday', '~> 2.14.1'
gem 'fb-jwt-auth', '0.10.0'
gem 'govspeak', '~> 7.1'
gem 'govuk-components', '< 5.0.2'
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -190,12 +190,12 @@ GEM
factory_bot_rails (6.5.1)
factory_bot (~> 6.5)
railties (>= 6.1.0)
faraday (2.12.2)
faraday (2.14.1)
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-net_http (3.4.0)
net-http (>= 0.5.0)
faraday-net_http (3.4.2)
net-http (~> 0.5)
fb-jwt-auth (0.10.0)
activesupport
json
Expand Down Expand Up @@ -329,8 +329,8 @@ GEM
msgpack (1.8.0)
multi_xml (0.7.1)
bigdecimal (~> 3.1)
net-http (0.6.0)
uri
net-http (0.9.1)
uri (>= 0.11.1)
net-imap (0.6.4)
date
net-protocol
Expand Down Expand Up @@ -801,7 +801,7 @@ GEM
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
uri (1.0.3)
uri (1.1.1)
useragent (0.16.11)
version_gem (1.1.6)
view_component (3.6.0)
Expand Down Expand Up @@ -856,7 +856,7 @@ DEPENDENCIES
dotenv (= 2.8.1)
dotenv-rails
factory_bot_rails (~> 6.5.0)
faraday (~> 2.0)
faraday (~> 2.14.1)
fb-jwt-auth (= 0.10.0)
govspeak (~> 7.1)
govuk-components (< 5.0.2)
Expand Down
Loading