File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ RUN set -ex \
38
38
&& gem update --system $RUBYGEMS_VERSION \
39
39
&& rm -r /usr/src/ruby
40
40
41
- ENV BUNDLER_VERSION 1.13.0
41
+ ENV BUNDLER_VERSION 1.13.1
42
42
43
43
RUN gem install bundler --version "$BUNDLER_VERSION"
44
44
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ RUN set -ex \
74
74
&& gem update --system $RUBYGEMS_VERSION \
75
75
&& rm -r /usr/src/ruby
76
76
77
- ENV BUNDLER_VERSION 1.13.0
77
+ ENV BUNDLER_VERSION 1.13.1
78
78
79
79
RUN gem install bundler --version "$BUNDLER_VERSION"
80
80
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ RUN set -ex \
60
60
&& gem update --system $RUBYGEMS_VERSION \
61
61
&& rm -r /usr/src/ruby
62
62
63
- ENV BUNDLER_VERSION 1.13.0
63
+ ENV BUNDLER_VERSION 1.13.1
64
64
65
65
RUN gem install bundler --version "$BUNDLER_VERSION"
66
66
You can’t perform that action at this time.
0 commit comments