aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2017-12-21 08:47:04 -0800
committerJason Wray <jason@mapbox.com>2018-03-30 14:31:24 -0400
commit1e5d911110b9d79851c4280d22c703430505eeb3 (patch)
treebf92e16d6d66a3269af35cc5bc8be16344f6b49e
parent3cafc22be3e2b4ea44c7623c4db39e504749428a (diff)
Manage gems using a Gemfile
-rw-r--r--Gemfile4
-rw-r--r--circle.yml6
2 files changed, 5 insertions, 5 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 000000000..a78dc5581
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,4 @@
+source 'https://rubygems.org' do
+ #gem 'jazzy', '~> 0.9'
+ gem 'xcpretty', :git => 'https://github.com/technology-ebay-de/xcpretty.git', :branch => 'feature/parallel-testing-support'
+end
diff --git a/circle.yml b/circle.yml
index a0a04956b..01e538e34 100644
--- a/circle.yml
+++ b/circle.yml
@@ -158,11 +158,7 @@ step-library:
run:
name: Install xcpretty fork
command: |
- brew install ruby
- gem env
- git clone https://github.com/technology-ebay-de/xcpretty --branch feature/parallel-testing-support
- gem build xcpretty/xcpretty.gemspec
- sudo gem install xcpretty*.gem
+ bundle install
- &install-macos-node4-dependencies
run: