Commit 6bebc74

mo khan <mo.khan@gmail.com>
2019-08-23 17:23:35
install latest bundler
1 parent fbb3fcd
Changed files (1)
.gitlab-ci.yml
@@ -9,6 +9,7 @@ before_script:
   - echo "en_US.UTF-8 UTF-8" > /etc/locale.gen
   - locale-gen
   - export LC_ALL=en_US.UTF-8
+  - gem install bundler:'~> 2.0' --no-document
 
 rspec:
   stage: test