Skip to content

Commit d8ec7f6

Browse files
committedJun 4, 2021
Add slather gem
1 parent 5d70845 commit d8ec7f6

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
 

‎Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ group :documentation do
1111
end
1212

1313
group :test do
14+
gem 'slather'
1415
gem 'xcpretty'
1516
end

‎Gemfile.lock

+13
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ GEM
1212
json (>= 1.5.1)
1313
atomos (0.1.3)
1414
claide (1.0.3)
15+
clamp (1.3.2)
1516
cocoapods (1.9.3)
1617
activesupport (>= 4.0.2, < 5)
1718
claide (>= 1.0.2, < 2.0)
@@ -72,18 +73,29 @@ GEM
7273
xcinvoke (~> 0.3.0)
7374
json (2.3.1)
7475
liferaft (0.0.6)
76+
mini_portile2 (2.5.3)
7577
minitest (5.14.1)
7678
molinillo (0.6.6)
7779
mustache (1.1.1)
7880
nanaimo (0.3.0)
7981
nap (1.1.0)
8082
netrc (0.11.0)
83+
nokogiri (1.11.7)
84+
mini_portile2 (~> 2.5.0)
85+
racc (~> 1.4)
8186
open4 (1.3.4)
87+
racc (1.5.2)
8288
redcarpet (3.5.1)
8389
rouge (2.0.7)
8490
ruby-macho (1.4.0)
8591
sassc (2.4.0)
8692
ffi (~> 1.9)
93+
slather (2.7.1)
94+
CFPropertyList (>= 2.2, < 4)
95+
activesupport
96+
clamp (~> 1.3)
97+
nokogiri (~> 1.11)
98+
xcodeproj (~> 1.7)
8799
sqlite3 (1.4.2)
88100
thread_safe (0.3.6)
89101
typhoeus (1.4.0)
@@ -107,6 +119,7 @@ PLATFORMS
107119
DEPENDENCIES
108120
cocoapods
109121
jazzy
122+
slather
110123
xcpretty
111124

112125
BUNDLED WITH

0 commit comments

Comments
 (0)
Please sign in to comment.