Revert "Specify specific version of bundler in .drone.yml"
continuous-integration/drone/push Build is passing Details

This reverts commit 2d358b47b7.
I don't think it's relevant after the Gemfile.lock update?
This commit is contained in:
Reynir Björnsson 2020-12-10 14:47:52 +01:00
부모 f39077acaf
커밋 ceee933bf6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@ -5,7 +5,7 @@ steps:
- name: build
image: ruby
commands:
- gem install bundler:1.17.3
- gem install bundler
- bundle install
- bundle exec jekyll build