Skip to content

Commit

Permalink
Install proper version of bundler
Browse files Browse the repository at this point in the history
Signed-off-by: Shizuo Fujita <[email protected]>
  • Loading branch information
Watson1978 committed Jan 13, 2025
1 parent c43b919 commit 1df1fd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/apt-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ apt install -V -y lsb-release
apt install -V -y ruby-dev git build-essential pkg-config
apt install -V -y libcap-ng-dev
cd /capng && \
gem install bundler --no-document && \
gem install bundler -v 2.3.27 --no-document && \
bundle install && \
bundle exec rake
2 changes: 1 addition & 1 deletion ci/yum-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ if [ $USE_SCL -eq 1 ]; then
export MANPATH=
cd /capng && source /opt/rh/rh-ruby26/enable && gem install bundler --no-document && bundle install && bundle exec rake
else
cd /capng && gem install bundler --no-document && bundle install && bundle exec rake
cd /capng && gem install bundler -v 2.4.22 --no-document && bundle install && bundle exec rake
fi

0 comments on commit 1df1fd2

Please sign in to comment.