Skip to content

Commit da5567f

Browse files
committed
Update bundler.
1 parent 15565c8 commit da5567f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,4 +367,4 @@ DEPENDENCIES
367367
webmock (~> 3.0)
368368

369369
BUNDLED WITH
370-
1.17.3
370+
2.1.4

deploy/containers/app.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ hooks:
3636
cd: $home
3737
cmd:
3838
- git checkout production
39+
- git status
3940
- git pull --rebase origin production
4041
- sudo -u rubybench bundle install -j4 --deployment --verbose --without test:development --path=/shared/gems
4142

deploy/image/ruby-bench-web/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ RUN useradd rubybench -s /bin/bash -m -U && \
2323
chown -R rubybench:rubybench /var/www/ruby-bench-web
2424

2525
RUN cd /var/www/ruby-bench-web && \
26-
bundle update --bundler && \
2726
sudo -u rubybench bundle install --deployment --without test:development --path=vendor/bundle
2827

2928
WORKDIR /var/www/ruby-bench-web

0 commit comments

Comments
 (0)