Skip to content

Commit 94b2bbd

Browse files
committedSep 9, 2019

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed
 

‎Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ source 'https://rubygems.org'
33
gem 'bundler', '~> 2.0'
44
gem 'xcpretty'
55
gem 'cocoapods'
6+
gem 'nokogiri', '~> 1.10'
67
gem 'slather'

‎Gemfile.lock

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.0)
4+
CFPropertyList (3.0.1)
55
activesupport (4.2.11.1)
66
i18n (~> 0.7)
77
minitest (~> 5.1)
88
thread_safe (~> 0.3, >= 0.3.4)
99
tzinfo (~> 1.1)
1010
atomos (0.1.3)
11-
claide (1.0.2)
12-
clamp (1.3.0)
11+
claide (1.0.3)
12+
clamp (1.3.1)
1313
cocoapods (1.4.0)
1414
activesupport (>= 4.0.2, < 5)
1515
claide (>= 1.0.2, < 2.0)
@@ -57,7 +57,7 @@ GEM
5757
nanaimo (0.2.6)
5858
nap (1.1.0)
5959
netrc (0.11.0)
60-
nokogiri (1.10.2)
60+
nokogiri (1.10.4)
6161
mini_portile2 (~> 2.4.0)
6262
rouge (2.0.7)
6363
ruby-macho (1.1.0)
@@ -70,7 +70,7 @@ GEM
7070
thread_safe (0.3.6)
7171
tzinfo (1.2.5)
7272
thread_safe (~> 0.1)
73-
xcodeproj (1.8.2)
73+
xcodeproj (1.12.0)
7474
CFPropertyList (>= 2.3.3, < 4.0)
7575
atomos (~> 0.1.3)
7676
claide (>= 1.0.2, < 2.0)
@@ -85,8 +85,9 @@ PLATFORMS
8585
DEPENDENCIES
8686
bundler (~> 2.0)
8787
cocoapods
88+
nokogiri (~> 1.10)
8889
slather
8990
xcpretty
9091

9192
BUNDLED WITH
92-
2.0.1
93+
2.0.2

0 commit comments

Comments
 (0)
Please sign in to comment.