Skip to content

Commit ee88e50

Browse files
committed
update gemfile for demo
1 parent 2f3c241 commit ee88e50

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

demo/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ source "https://rubygems.org"
44

55
gem 'cocoapods', '1.6.1'
66
gem 'cocoapods-binary', :path => "../"
7-
7+
gem 'xcpretty'

demo/Gemfile.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
PATH
22
remote: ..
33
specs:
4-
cocoapods-binary (0.4.3)
4+
cocoapods-binary (0.4.4)
55
cocoapods (>= 1.5.0, < 2.0)
66
fourflusher (~> 2.0)
7+
xcpretty (~> 0.3.0)
78

89
GEM
910
remote: https://rubygems.org/
@@ -62,6 +63,7 @@ GEM
6263
nanaimo (0.2.6)
6364
nap (1.1.0)
6465
netrc (0.11.0)
66+
rouge (2.0.7)
6567
ruby-macho (1.4.0)
6668
thread_safe (0.3.6)
6769
tzinfo (1.2.5)
@@ -72,13 +74,16 @@ GEM
7274
claide (>= 1.0.2, < 2.0)
7375
colored2 (~> 3.1)
7476
nanaimo (~> 0.2.6)
77+
xcpretty (0.3.0)
78+
rouge (~> 2.0.7)
7579

7680
PLATFORMS
7781
ruby
7882

7983
DEPENDENCIES
8084
cocoapods (= 1.6.1)
8185
cocoapods-binary!
86+
xcpretty
8287

8388
BUNDLED WITH
8489
2.0.1

0 commit comments

Comments
 (0)