Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
0bbbd041
Commit
0bbbd041
authored
Jan 09, 2020
by
Christopher Fujino
Committed by
Flutter GitHub Bot
Jan 09, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump excon from 0.67.0 to 0.71.0 for ci on mac & linux (#48268)
parent
84aa29ce
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
3 deletions
+9
-3
Dockerfile
dev/ci/docker_linux/Dockerfile
+1
-0
Gemfile
dev/ci/docker_linux/Gemfile
+3
-0
Gemfile.lock
dev/ci/docker_linux/Gemfile.lock
+2
-2
Gemfile.lock
dev/ci/mac/Gemfile.lock
+3
-1
No files found.
dev/ci/docker_linux/Dockerfile
View file @
0bbbd041
...
...
@@ -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
...
...
dev/ci/docker_linux/Gemfile
View file @
0bbbd041
# 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
...
...
dev/ci/docker_linux/Gemfile.lock
View file @
0bbbd041
...
...
@@ -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
dev/ci/mac/Gemfile.lock
View file @
0bbbd041
...
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment