Skip to content

Commit bbdfd47

Browse files
mokagioclaude
andcommitted
Pin faraday >= 1.10.5 for security fix
--- Generated with the help of Claude Code, https://code.claude.com Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3bdede7 commit bbdfd47

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ gem 'codecov', require: false
99
gem 'danger-dangermattic', '~> 1.0'
1010
gem 'webmock', require: false
1111
gem 'yard'
12+
13+
# Security: https://github.com/lostisland/faraday/pull/1665
14+
# Faraday 2.0 is not compatible with Fastlane
15+
gem 'faraday', '~> 1.10', '>= 1.10.5'

Gemfile.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ GEM
171171
ethon (0.16.0)
172172
ffi (>= 1.15.0)
173173
excon (0.112.0)
174-
faraday (1.10.4)
174+
faraday (1.10.5)
175175
faraday-em_http (~> 1.0)
176176
faraday-em_synchrony (~> 1.0)
177177
faraday-excon (~> 1.1)
@@ -187,12 +187,12 @@ GEM
187187
faraday (>= 0.8.0)
188188
http-cookie (~> 1.0.0)
189189
faraday-em_http (1.0.0)
190-
faraday-em_synchrony (1.0.0)
190+
faraday-em_synchrony (1.0.1)
191191
faraday-excon (1.1.0)
192192
faraday-http-cache (2.5.1)
193193
faraday (>= 0.8)
194194
faraday-httpclient (1.0.1)
195-
faraday-multipart (1.1.0)
195+
faraday-multipart (1.2.0)
196196
multipart-post (~> 2.0)
197197
faraday-net_http (1.0.2)
198198
faraday-net_http_persistent (1.2.0)
@@ -478,6 +478,7 @@ DEPENDENCIES
478478
cocoapods (~> 1.10)
479479
codecov
480480
danger-dangermattic (~> 1.0)
481+
faraday (~> 1.10, >= 1.10.5)
481482
fastlane (~> 2.210)
482483
fastlane-plugin-wpmreleasetoolkit!
483484
pry (~> 0.12.2)

0 commit comments

Comments
 (0)