We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80d6067 + a3d8beb commit e0ed45bCopy full SHA for e0ed45b
.github/workflows/tests.yml
@@ -45,7 +45,7 @@ jobs:
45
run: |
46
sudo apt-get -yqq install libpq-dev postgresql-client
47
createdb que-test
48
- gem install bundler
+ gem install bundler --version '~> 2.4.22'
49
bundle install --jobs 4 --retry 3
50
USE_RAILS=true bundle exec rake test
51
bundle exec rake test
Dockerfile
@@ -5,7 +5,7 @@ RUN apt-get update \
5
&& apt-get install -y libpq-dev \
6
&& rm -rf /var/lib/apt/lists/*
7
8
-ENV RUBY_BUNDLER_VERSION 2.3.7
+ENV RUBY_BUNDLER_VERSION 2.4.22
9
RUN gem install bundler -v $RUBY_BUNDLER_VERSION
10
11
ENV BUNDLE_PATH /usr/local/bundle
0 commit comments