Browse Source

CLDC-NONE: update concurrent-ruby and faraday

pull/3357/head^2
Nat Dean-Lewis 3 days ago
parent
commit
868ac594f4
  1. 4
      Gemfile
  2. 6
      Gemfile.lock

4
Gemfile

@ -121,5 +121,5 @@ gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby]
gem "excon", ">= 1.5.0" gem "excon", ">= 1.5.0"
# faraday is a transitive dependency, but we need to force the version to 2.14.1 to avoid a vulnerability. # faraday is a transitive dependency, but we need to force the version to 2.14.3 to avoid a vulnerability.
gem "faraday", ">= 2.14.1" gem "faraday", ">= 2.14.3"

6
Gemfile.lock

@ -154,7 +154,7 @@ GEM
coderay (1.1.3) coderay (1.1.3)
coercible (1.0.0) coercible (1.0.0)
descendants_tracker (~> 0.0.1) descendants_tracker (~> 0.0.1)
concurrent-ruby (1.3.6) concurrent-ruby (1.3.7)
connection_pool (2.5.5) connection_pool (2.5.5)
crack (1.0.0) crack (1.0.0)
bigdecimal bigdecimal
@ -211,7 +211,7 @@ GEM
railties (>= 5.0.0) railties (>= 5.0.0)
faker (3.2.3) faker (3.2.3)
i18n (>= 1.8.11, < 2) i18n (>= 1.8.11, < 2)
faraday (2.14.2) faraday (2.14.3)
faraday-net_http (>= 2.0, < 3.5) faraday-net_http (>= 2.0, < 3.5)
json json
logger logger
@ -604,7 +604,7 @@ DEPENDENCIES
excon (>= 1.5.0) excon (>= 1.5.0)
factory_bot_rails factory_bot_rails
faker faker
faraday (>= 2.14.1) faraday (>= 2.14.3)
govuk-components (~> 6.2) govuk-components (~> 6.2)
govuk_design_system_formbuilder (~> 5.7) govuk_design_system_formbuilder (~> 5.7)
govuk_markdown govuk_markdown

Loading…
Cancel
Save