Browse Source

CLDC-NONE: update excon

pull/3356/head
Nat Dean-Lewis 2 weeks ago
parent
commit
dc5e48c5e0
  1. 2
      Gemfile
  2. 5
      Gemfile.lock

2
Gemfile

@ -119,7 +119,7 @@ end
gem "cssbundling-rails" gem "cssbundling-rails"
gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby] gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby]
gem "excon", "~> 0.111.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.1 to avoid a vulnerability.
gem "faraday", ">= 2.14.1" gem "faraday", ">= 2.14.1"

5
Gemfile.lock

@ -202,7 +202,8 @@ GEM
et-orbi (1.4.0) et-orbi (1.4.0)
tzinfo tzinfo
event_stream_parser (1.0.0) event_stream_parser (1.0.0)
excon (0.111.0) excon (1.5.0)
logger
factory_bot (6.5.0) factory_bot (6.5.0)
activesupport (>= 5.0.0) activesupport (>= 5.0.0)
factory_bot_rails (6.4.4) factory_bot_rails (6.4.4)
@ -600,7 +601,7 @@ DEPENDENCIES
devise_two_factor_authentication devise_two_factor_authentication
dotenv-rails dotenv-rails
erb_lint erb_lint
excon (~> 0.111.0) excon (>= 1.5.0)
factory_bot_rails factory_bot_rails
faker faker
faraday (>= 2.14.1) faraday (>= 2.14.1)

Loading…
Cancel
Save