Skip to content

Commit ca5b6d0

Browse files
committed
Adds missing gemfile
1 parent 6f55207 commit ca5b6d0

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

Gemfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ GEM
55
xcpretty (0.2.8)
66
rouge (~> 2.0.7)
77
xcpretty-travis-formatter (1.0.0)
8+
xcpretty (~> 0.2, >= 0.0.7)
89

910
PLATFORMS
1011
ruby
1112

1213
DEPENDENCIES
1314
xcpretty
15+
xcpretty-travis-formatter
1416

1517
BUNDLED WITH
1618
1.16.1

0 commit comments

Comments
 (0)