Update bundler

This commit is contained in:
Nemo 2020-01-11 06:40:23 +05:30
parent 20a29811bf
commit cdb2b543ac
2 changed files with 3 additions and 2 deletions

View File

@ -17,6 +17,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
zlib1g-dev \
file \
&& gem install bundler --no-ri --no-rdoc \
&& gem update --system \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

View File

@ -2,7 +2,7 @@ GEM
remote: https://rubygems.org/
specs:
mini_portile2 (2.4.0)
nokogiri (1.10.5)
nokogiri (1.10.7)
mini_portile2 (~> 2.4.0)
PLATFORMS
@ -12,4 +12,4 @@ DEPENDENCIES
nokogiri
BUNDLED WITH
2.0.1
2.1.4