Skip to content

Commit 1348872

Browse files
committed
IA-2139: Update to bundler ~>2.0
1 parent 39c4db6 commit 1348872

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.1
1+
2.5.3

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ WORKDIR $INSTALL_PATH
2121
RUN mkdir -p tmp/pids
2222

2323
# Cache the bundle install
24+
RUN gem install 'bundler:~>2.0'
2425
COPY Gemfile Gemfile
2526
COPY Gemfile.lock Gemfile.lock
2627
RUN bundle install --quiet

Gemfile.lock

+3-5
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,11 @@ GEM
8585
marcel (1.0.1)
8686
method_source (1.0.0)
8787
mini_mime (1.1.1)
88-
mini_portile2 (2.6.1)
8988
minitest (5.14.4)
9089
multipart-post (2.1.1)
9190
newrelic_rpm (4.8.0.341)
9291
nio4r (2.5.8)
93-
nokogiri (1.12.4)
94-
mini_portile2 (~> 2.6.1)
92+
nokogiri (1.12.4-x86_64-linux)
9593
racc (~> 1.4)
9694
parallel (1.20.1)
9795
parser (2.7.2.0)
@@ -201,7 +199,7 @@ GEM
201199
websocket-extensions (0.1.5)
202200

203201
PLATFORMS
204-
ruby
202+
x86_64-linux
205203

206204
DEPENDENCIES
207205
byebug
@@ -226,4 +224,4 @@ DEPENDENCIES
226224
webmock
227225

228226
BUNDLED WITH
229-
1.17.3
227+
2.2.27

0 commit comments

Comments
 (0)