Remove bundle update command

This commit is contained in:
Helen Campbell
2018-01-23 13:53:30 +00:00
parent 6561d98e58
commit b4490a36b3

View File

@@ -7,7 +7,6 @@ before_install:
- bundle -v
- rm Gemfile.lock || true
- gem update --system
- gem update bundler
- gem --version
- bundle -v
script: