Bump excon from 0.67.0 to 0.71.0 for ci on mac & linux (#48268)

This commit is contained in:
Christopher Fujino 2020-01-09 08:13:03 -08:00 committed by Flutter GitHub Bot
parent 84aa29ce63
commit 0bbbd04107
4 changed files with 9 additions and 3 deletions

View File

@ -127,6 +127,7 @@ ENV LANG en_US.UTF-8
# Skip all the documentation (-N) since it's just on CI.
RUN gem install bundler -N
# Gemfile last edited 1/6/2019 (update to trigger a rebuild of Docker image)
COPY Gemfile /Gemfile
COPY Gemfile.lock /Gemfile.lock

View File

@ -1,3 +1,6 @@
# When editing this file, update the comment starting "# Gemfile last edited"
# in dev/ci/docker_linux/Dockerfile to retrigger a Docker build on Cirrus.
source "https://rubygems.org"
# Install fastlane which is used on Linux to build and deploy Android

View File

@ -18,7 +18,7 @@ GEM
unf (>= 0.0.5, < 1.0.0)
dotenv (2.7.5)
emoji_regex (1.0.1)
excon (0.67.0)
excon (0.71.0)
faraday (0.17.0)
multipart-post (>= 1.2, < 3)
faraday-cookie_jar (0.0.6)
@ -153,7 +153,7 @@ PLATFORMS
ruby
DEPENDENCIES
fastlane
fastlane (= 2.134.0)
BUNDLED WITH
2.0.2

View File

@ -63,7 +63,7 @@ GEM
dotenv (2.7.5)
emoji_regex (1.0.1)
escape (0.0.4)
excon (0.67.0)
excon (0.71.0)
faraday (0.17.0)
multipart-post (>= 1.2, < 3)
faraday-cookie_jar (0.0.6)
@ -205,8 +205,10 @@ GEM
rouge (~> 2.0.7)
xcpretty-travis-formatter (1.0.0)
xcpretty (~> 0.2, >= 0.0.7)
PLATFORMS
ruby
DEPENDENCIES
cocoapods
fastlane (= 2.134.0)