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.
1 parent 54e8e59 commit dd55cb0Copy full SHA for dd55cb0
Dockerfile
@@ -15,6 +15,6 @@ COPY Gemfile /btc/Gemfile
15
COPY Gemfile.lock /btc/Gemfile.lock
16
17
RUN gem uninstall bundler
18
-RUN gem install bundler:2.0.2
+RUN gem install bundler:2.4.13
19
20
COPY . /btc
Gemfile.lock
@@ -427,4 +427,4 @@ DEPENDENCIES
427
web-console (>= 3.3.0)
428
429
BUNDLED WITH
430
- 1.17.3
+ 2.4.13
0 commit comments