Skip to content

Commit

Permalink
Merge pull request #421 from ferocia/dtcristo/fix-ci-bundler
Browse files Browse the repository at this point in the history
Fix bundler in CI
  • Loading branch information
ZimbiX authored Jul 24, 2024
2 parents 80d6067 + a3d8beb commit e0ed45b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
sudo apt-get -yqq install libpq-dev postgresql-client
createdb que-test
gem install bundler
gem install bundler --version '~> 2.4.22'
bundle install --jobs 4 --retry 3
USE_RAILS=true bundle exec rake test
bundle exec rake test
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt-get update \
&& apt-get install -y libpq-dev \
&& rm -rf /var/lib/apt/lists/*

ENV RUBY_BUNDLER_VERSION 2.3.7
ENV RUBY_BUNDLER_VERSION 2.4.22
RUN gem install bundler -v $RUBY_BUNDLER_VERSION

ENV BUNDLE_PATH /usr/local/bundle
Expand Down

0 comments on commit e0ed45b

Please sign in to comment.