Remove rubygems version lock

This version lock added by 3d890b66c1.
But original issue is fixed with bundler 1.15.

Ref: https://github.com/rubygems/rubygems/issues/1911#issuecomment-300148516
This commit is contained in:
yuuji.yaginuma 2017-05-22 17:51:37 +09:00
parent e96c7f2775
commit 39de88e4b5
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ addons:
bundler_args: --without test --jobs 3 --retry 3
before_install:
- "rm ${BUNDLE_GEMFILE}.lock"
- "gem update --system 2.6.11"
- "gem update --system"
- "gem update bundler"
- "[ -f /tmp/beanstalkd-1.10/Makefile ] || (curl -L https://github.com/kr/beanstalkd/archive/v1.10.tar.gz | tar xz -C /tmp)"
- "pushd /tmp/beanstalkd-1.10 && make && (./beanstalkd &); popd"