File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -367,4 +367,4 @@ DEPENDENCIES
367367 webmock (~> 3.0 )
368368
369369BUNDLED WITH
370- 1.17.3
370+ 2.1.4
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
2525RUN cd /var/www/ruby-bench-web && \
26- bundle update --bundler && \
2726 sudo -u rubybench bundle install --deployment --without test:development --path=vendor/bundle
2827
2928WORKDIR /var/www/ruby-bench-web
You can’t perform that action at this time.
0 commit comments