Skip to content

Commit

Permalink
Bump faraday from 1.10.0 to 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fblupi committed Jun 24, 2024
1 parent 9fdb351 commit c807d3e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 25 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ gem "decidim-decidim_awesome", git: "https://github.com/decidim-ice/decidim-modu
gem "decidim-social_crowdfunding", git: "https://github.com/Platoniq/decidim-module-social_crowdfunding", branch: "main"
gem "decidim-term_customizer", git: "https://github.com/mainio/decidim-module-term_customizer", branch: "main"

gem "faraday", "~> 2.9.0"

gem "bootsnap", "~> 1.3"

gem "puma", ">= 6.3.1"
Expand Down
33 changes: 8 additions & 25 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -418,29 +418,10 @@ GEM
railties (>= 5.0.0)
faker (3.2.0)
i18n (>= 1.8.11, < 2)
faraday (1.10.0)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-httpclient (~> 1.0)
faraday-multipart (~> 1.0)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.0)
faraday-patron (~> 1.0)
faraday-rack (~> 1.0)
faraday-retry (~> 1.0)
ruby2_keywords (>= 0.0.4)
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
faraday (2.9.1)
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
net-http
ffi (1.15.5)
figaro (1.2.0)
thor (>= 0.14.0, < 2)
Expand Down Expand Up @@ -565,8 +546,9 @@ GEM
msgpack (1.4.5)
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.2.3)
mutex_m (0.2.0)
net-http (0.4.1)
uri
net-imap (0.2.3)
digest
net-protocol
Expand Down Expand Up @@ -771,7 +753,6 @@ GEM
ruby-progressbar (1.11.0)
ruby-vips (2.1.4)
ffi (~> 1.12)
ruby2_keywords (0.0.5)
rubyXL (3.4.25)
nokogiri (>= 1.10.8)
rubyzip (>= 1.3.0)
Expand Down Expand Up @@ -843,6 +824,7 @@ GEM
uber (0.1.0)
unicode-display_width (2.4.2)
uniform_notifier (1.16.0)
uri (0.13.0)
valid_email2 (4.0.6)
activemodel (>= 3.2)
mail (~> 2.5)
Expand Down Expand Up @@ -902,6 +884,7 @@ DEPENDENCIES
decidim-dev (= 0.28.1)
decidim-social_crowdfunding!
decidim-term_customizer!
faraday (~> 2.9.0)
figaro (~> 1.2)
letter_opener_web (~> 2.0)
listen (~> 3.1)
Expand Down

0 comments on commit c807d3e

Please sign in to comment.