Install a specific version of bundler
This commit is contained in:
parent
a4c7bb8228
commit
cfb3e695f0
|
@ -4,6 +4,9 @@ sudo: false
|
|||
|
||||
cache: bundler
|
||||
|
||||
before_install:
|
||||
- gem install bundler -v '1.12.5'
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
|
|
Loading…
Reference in New Issue