Skip to content

Commit 6b0bf4c

Browse files
authored
Merge pull request #139 from glebm/install-bundler
Install bundler in Docker for `rake gem:native`
2 parents 971cb10 + a815a9e commit 6b0bf4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ task 'gem:native' do
3838
# Only one version should be specified, as the shared library is Ruby-agnostic.
3939
#
4040
# g++-multilib is installed for 64->32-bit cross-compilation.
41-
RakeCompilerDock.sh "sudo apt-get install -y g++-multilib && bundle && gem i rake --no-document && "\
41+
RakeCompilerDock.sh "sudo apt-get install -y g++-multilib && gem i rake bundler --no-document && bundle && "\
4242
"rake clean && rake cross native gem MAKE='nice make -j`nproc`' "\
4343
"RUBY_CC_VERSION=2.6.0 CLEAN=1"
4444
end

0 commit comments

Comments
 (0)