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 CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ _None_

### Bug Fixes

_None_
- Bump `faraday` and `nokogiri` to address security vulnerabilities. [#749]

### Internal Changes

Expand Down
6 changes: 4 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ gem 'danger-dangermattic', '~> 1.0'
gem 'webmock', require: false
gem 'yard'

# Security: https://github.com/lostisland/faraday/pull/1665
# Security:
# - https://github.com/lostisland/faraday/pull/1665
# - https://github.com/lostisland/faraday/pull/1681
# Faraday 2.0 is not compatible with Fastlane
gem 'faraday', '~> 1.10', '>= 1.10.5'
gem 'faraday', '~> 1.10', '>= 1.10.6'
Comment thread
iangmaia marked this conversation as resolved.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PATH
git (~> 1.3)
google-cloud-storage (~> 1.31)
java-properties (~> 0.3.0)
nokogiri (~> 1.19, >= 1.19.3)
nokogiri (~> 1.19, >= 1.19.4)
octokit (~> 6.1)
parallel (~> 1.14)
plist (~> 3.1)
Expand Down Expand Up @@ -127,7 +127,7 @@ GEM
emoji_regex (3.2.3)
erubi (1.13.1)
excon (0.112.0)
faraday (1.10.5)
faraday (1.10.6)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
Expand Down Expand Up @@ -298,7 +298,7 @@ GEM
nap (1.1.0)
naturally (2.3.0)
nkf (0.2.0)
nokogiri (1.19.3)
nokogiri (1.19.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
observer (0.1.2)
Expand Down Expand Up @@ -439,7 +439,7 @@ DEPENDENCIES
bundler (~> 2.0)
codecov
danger-dangermattic (~> 1.0)
faraday (~> 1.10, >= 1.10.5)
faraday (~> 1.10, >= 1.10.6)
fastlane (~> 2.210)
fastlane-plugin-wpmreleasetoolkit!
pry (~> 0.12.2)
Expand Down
2 changes: 1 addition & 1 deletion fastlane-plugin-wpmreleasetoolkit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'gettext', '~> 3.5'
spec.add_dependency 'git', '~> 1.3'
spec.add_dependency 'java-properties', '~> 0.3.0'
spec.add_dependency 'nokogiri', '~> 1.19', '>= 1.19.3'
spec.add_dependency 'nokogiri', '~> 1.19', '>= 1.19.4'
spec.add_dependency 'octokit', '~> 6.1'
spec.add_dependency 'parallel', '~> 1.14'
spec.add_dependency 'plist', '~> 3.1'
Expand Down