Commit 0bbbd041 authored by Christopher Fujino's avatar Christopher Fujino Committed by Flutter GitHub Bot

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

parent 84aa29ce
...@@ -127,6 +127,7 @@ ENV LANG en_US.UTF-8 ...@@ -127,6 +127,7 @@ ENV LANG en_US.UTF-8
# Skip all the documentation (-N) since it's just on CI. # Skip all the documentation (-N) since it's just on CI.
RUN gem install bundler -N RUN gem install bundler -N
# Gemfile last edited 1/6/2019 (update to trigger a rebuild of Docker image)
COPY Gemfile /Gemfile COPY Gemfile /Gemfile
COPY Gemfile.lock /Gemfile.lock COPY Gemfile.lock /Gemfile.lock
......
# 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" source "https://rubygems.org"
# Install fastlane which is used on Linux to build and deploy Android # Install fastlane which is used on Linux to build and deploy Android
......
...@@ -18,7 +18,7 @@ GEM ...@@ -18,7 +18,7 @@ GEM
unf (>= 0.0.5, < 1.0.0) unf (>= 0.0.5, < 1.0.0)
dotenv (2.7.5) dotenv (2.7.5)
emoji_regex (1.0.1) emoji_regex (1.0.1)
excon (0.67.0) excon (0.71.0)
faraday (0.17.0) faraday (0.17.0)
multipart-post (>= 1.2, < 3) multipart-post (>= 1.2, < 3)
faraday-cookie_jar (0.0.6) faraday-cookie_jar (0.0.6)
...@@ -153,7 +153,7 @@ PLATFORMS ...@@ -153,7 +153,7 @@ PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
fastlane fastlane (= 2.134.0)
BUNDLED WITH BUNDLED WITH
2.0.2 2.0.2
...@@ -63,7 +63,7 @@ GEM ...@@ -63,7 +63,7 @@ GEM
dotenv (2.7.5) dotenv (2.7.5)
emoji_regex (1.0.1) emoji_regex (1.0.1)
escape (0.0.4) escape (0.0.4)
excon (0.67.0) excon (0.71.0)
faraday (0.17.0) faraday (0.17.0)
multipart-post (>= 1.2, < 3) multipart-post (>= 1.2, < 3)
faraday-cookie_jar (0.0.6) faraday-cookie_jar (0.0.6)
...@@ -205,8 +205,10 @@ GEM ...@@ -205,8 +205,10 @@ GEM
rouge (~> 2.0.7) rouge (~> 2.0.7)
xcpretty-travis-formatter (1.0.0) xcpretty-travis-formatter (1.0.0)
xcpretty (~> 0.2, >= 0.0.7) xcpretty (~> 0.2, >= 0.0.7)
PLATFORMS PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
cocoapods cocoapods
fastlane (= 2.134.0) fastlane (= 2.134.0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment