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
b7a1a397
Unverified
Commit
b7a1a397
authored
Aug 08, 2020
by
Christopher Fujino
Committed by
GitHub
Aug 08, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rev json gem (#62987)
parent
c2e85e67
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
Dockerfile
dev/ci/docker_linux/Dockerfile
+2
-1
Gemfile.lock
dev/ci/docker_linux/Gemfile.lock
+1
-1
Gemfile.lock
dev/ci/mac/Gemfile.lock
+1
-1
No files found.
dev/ci/docker_linux/Dockerfile
View file @
b7a1a397
...
...
@@ -10,6 +10,8 @@
# for performing pushes to production, and so this image is quite a bit larger
# than strictly needed for just building Flutter apps.
# Last manual update 2020-08-05 (changing this comment will re-build image)
# Note: updating past stretch (Debian 9) will bump Java past version 8,
# which will break the Android SDK.
FROM
debian:stretch
...
...
@@ -123,7 +125,6 @@ RUN bundle config set system 'true' && \
bundle
install
--system
# Install goldctl, for Golden testing
# Last updated 2020-02-04 (update to rebuild Dockerfile with latest goldctl)
COPY
bots/download_goldctl.sh /download_goldctl.sh
ENV
GOLDCTL '/depot_tools/goldctl'
RUN
/download_goldctl.sh
dev/ci/docker_linux/Gemfile.lock
View file @
b7a1a397
...
...
@@ -93,7 +93,7 @@ GEM
http-cookie (1.0.3)
domain_name (~> 0.5)
httpclient (2.8.3)
json (2.
2.0
)
json (2.
3.1
)
jwt (2.1.0)
memoist (0.16.0)
mime-types (3.3)
...
...
dev/ci/mac/Gemfile.lock
View file @
b7a1a397
...
...
@@ -142,7 +142,7 @@ GEM
httpclient (2.8.3)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
json (2.
2.0
)
json (2.
3.1
)
jwt (2.1.0)
memoist (0.16.0)
mime-types (3.3)
...
...
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