We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f55207 commit ca5b6d0Copy full SHA for ca5b6d0
Gemfile
@@ -0,0 +1,9 @@
1
+# frozen_string_literal: true
2
+
3
+source "https://rubygems.org"
4
5
+git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
6
7
+# gem "rails"
8
+gem "xcpretty"
9
+gem "xcpretty-travis-formatter"
Gemfile.lock
@@ -5,12 +5,14 @@ GEM
xcpretty (0.2.8)
rouge (~> 2.0.7)
xcpretty-travis-formatter (1.0.0)
+ xcpretty (~> 0.2, >= 0.0.7)
10
PLATFORMS
11
ruby
12
13
DEPENDENCIES
14
xcpretty
15
+ xcpretty-travis-formatter
16
17
BUNDLED WITH
18
1.16.1
0 commit comments