File tree 3 files changed +5
-6
lines changed
3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
- 2.5.1
1
+ 2.5.3
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ WORKDIR $INSTALL_PATH
21
21
RUN mkdir -p tmp/pids
22
22
23
23
# Cache the bundle install
24
+ RUN gem install 'bundler:~>2.0'
24
25
COPY Gemfile Gemfile
25
26
COPY Gemfile.lock Gemfile.lock
26
27
RUN bundle install --quiet
Original file line number Diff line number Diff line change 85
85
marcel (1.0.1 )
86
86
method_source (1.0.0 )
87
87
mini_mime (1.1.1 )
88
- mini_portile2 (2.6.1 )
89
88
minitest (5.14.4 )
90
89
multipart-post (2.1.1 )
91
90
newrelic_rpm (4.8.0.341 )
92
91
nio4r (2.5.8 )
93
- nokogiri (1.12.4 )
94
- mini_portile2 (~> 2.6.1 )
92
+ nokogiri (1.12.4-x86_64-linux )
95
93
racc (~> 1.4 )
96
94
parallel (1.20.1 )
97
95
parser (2.7.2.0 )
201
199
websocket-extensions (0.1.5 )
202
200
203
201
PLATFORMS
204
- ruby
202
+ x86_64-linux
205
203
206
204
DEPENDENCIES
207
205
byebug
@@ -226,4 +224,4 @@ DEPENDENCIES
226
224
webmock
227
225
228
226
BUNDLED WITH
229
- 1.17.3
227
+ 2.2.27
You can’t perform that action at this time.
0 commit comments