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 @@ -59,7 +59,7 @@ RUN set -ex \
59
59
\
60
60
&& gem update --system "$RUBYGEMS_VERSION"
61
61
62
- ENV BUNDLER_VERSION 1.15.0
62
+ ENV BUNDLER_VERSION 1.15.1
63
63
64
64
RUN gem install bundler --version "$BUNDLER_VERSION"
65
65
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ RUN set -ex \
95
95
\
96
96
&& gem update --system "$RUBYGEMS_VERSION"
97
97
98
- ENV BUNDLER_VERSION 1.15.0
98
+ ENV BUNDLER_VERSION 1.15.1
99
99
100
100
RUN gem install bundler --version "$BUNDLER_VERSION"
101
101
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ RUN set -ex \
82
82
\
83
83
&& gem update --system "$RUBYGEMS_VERSION"
84
84
85
- ENV BUNDLER_VERSION 1.15.0
85
+ ENV BUNDLER_VERSION 1.15.1
86
86
87
87
RUN gem install bundler --version "$BUNDLER_VERSION"
88
88
You can’t perform that action at this time.
0 commit comments