File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ RUN set -ex \
54
54
\
55
55
&& gem update --system "$RUBYGEMS_VERSION"
56
56
57
- ENV BUNDLER_VERSION 1.13.6
57
+ ENV BUNDLER_VERSION 1.13.7
58
58
59
59
RUN gem install bundler --version "$BUNDLER_VERSION"
60
60
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ RUN set -ex \
89
89
\
90
90
&& gem update --system "$RUBYGEMS_VERSION"
91
91
92
- ENV BUNDLER_VERSION 1.13.6
92
+ ENV BUNDLER_VERSION 1.13.7
93
93
94
94
RUN gem install bundler --version "$BUNDLER_VERSION"
95
95
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ RUN set -ex \
76
76
\
77
77
&& gem update --system "$RUBYGEMS_VERSION"
78
78
79
- ENV BUNDLER_VERSION 1.13.6
79
+ ENV BUNDLER_VERSION 1.13.7
80
80
81
81
RUN gem install bundler --version "$BUNDLER_VERSION"
82
82
You can’t perform that action at this time.
0 commit comments