From ca21e75f1ed09b13cb634d73550c7c232b9293d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ce=CC=81dric=20Luthi?= Date: Sun, 16 Oct 2016 10:06:23 +0200 Subject: [PATCH] Remove the bundler workaround Should be fixed in bundler >= 1.13.4 See https://github.com/bundler/bundler/milestone/34?closed=1 and https://github.com/bundler/bundler/pull/5010 --- circle.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/circle.yml b/circle.yml index 2ca3309f..4cc4f931 100644 --- a/circle.yml +++ b/circle.yml @@ -6,9 +6,6 @@ dependencies: pre: - xcodebuild -version -sdk - xcrun simctl list - # Need bundler < 1.13.{1,2,3} because of https://github.com/bundler/bundler/issues/5000 - - sudo gem uninstall bundler -v '>1.12.5' --force || echo "bundler >1.12.5 is not installed" - - sudo gem install bundler -v 1.12.5 --no-rdoc --no-ri --no-document --quiet - sudo gem install scan --no-rdoc --no-ri --no-document --quiet test: