Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
6010918f
Commit
6010918f
authored
Jan 27, 2022
by
Lin Jen-Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update bundler to 2.3.6
parent
ca1cc264
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
2 deletions
+4
-2
Gemfile.lock
Gemfile.lock
+1
-1
qa/Dockerfile
qa/Dockerfile
+1
-0
qa/Gemfile.lock
qa/Gemfile.lock
+1
-1
scripts/utils.sh
scripts/utils.sh
+1
-0
No files found.
Gemfile.lock
View file @
6010918f
...
...
@@ -1664,4 +1664,4 @@ DEPENDENCIES
yajl-ruby (~> 1.4.1)
BUNDLED WITH
2.
1.4
2.
3.6
qa/Dockerfile
View file @
6010918f
...
...
@@ -63,6 +63,7 @@ WORKDIR /home/gitlab/qa
# Install qa dependencies or fetch from cache if unchanged
COPY
./qa/Gemfile* /home/gitlab/qa/
RUN
gem
install
bundler
--no-document
--conservative
--version
2.3.6
RUN
bundle
install
--jobs
=
$(
nproc
)
--retry
=
3
--without
=
development
--quiet
##
...
...
qa/Gemfile.lock
View file @
6010918f
...
...
@@ -355,4 +355,4 @@ DEPENDENCIES
zeitwerk (~> 2.4)
BUNDLED WITH
2.
2.33
2.
3.6
scripts/utils.sh
View file @
6010918f
...
...
@@ -36,6 +36,7 @@ function bundle_install_script() {
exit
1
;
fi
;
gem
install
bundler
--no-document
--conservative
--version
2.3.6
bundle
--version
bundle config
set
path
"
$(
pwd
)
/vendor"
bundle config
set
clean
'true'
...
...
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