Skip to content

Commit d43af2d

Browse files
committed
Fix faraday regression to >= 1.10.5 instead of >=1.10.6
1 parent afe31c6 commit d43af2d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ gem 'danger-dangermattic', '~> 1.0'
1818
# See also:
1919
# - https://github.com/fastlane/fastlane/issues/21334
2020
# - https://github.com/fastlane/fastlane/pull/30089
21-
gem 'faraday', '~> 1.10', '>= 1.10.5'
21+
gem 'faraday', '~> 1.10', '>= 1.10.6'
2222
gem 'pry', '~> 0.12.2'
2323
gem 'rmagick', '~> 5.3'
2424
gem 'rspec', '~> 3.8'

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ DEPENDENCIES
440440
buildkite-test_collector (~> 2.3)
441441
codecov
442442
danger-dangermattic (~> 1.0)
443-
faraday (~> 1.10, >= 1.10.5)
443+
faraday (~> 1.10, >= 1.10.6)
444444
fastlane-plugin-wpmreleasetoolkit!
445445
pry (~> 0.12.2)
446446
rmagick (~> 5.3)

0 commit comments

Comments
 (0)