Skip to content

Commit 5b9c92a

Browse files
committed
Update Ruby Gems
1 parent c05c79d commit 5b9c92a

File tree

3 files changed

+28
-26
lines changed

3 files changed

+28
-26
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.1
1+
2.4.2

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source "http://rubygems.org"
22

33
gem "cocoapods"
44
gem "danger"
5-
gem "jazzy", "~> 0.8.0"
5+
gem "jazzy", ">= 0.8.0"
66
gem "pry"
77
gem "rake"
88
gem "xcpretty"

Gemfile.lock

Lines changed: 26 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ GEM
22
remote: http://rubygems.org/
33
specs:
44
CFPropertyList (2.3.5)
5-
activesupport (4.2.9)
5+
activesupport (4.2.10)
66
i18n (~> 0.7)
77
minitest (~> 5.1)
88
thread_safe (~> 0.3, >= 0.3.4)
99
tzinfo (~> 1.1)
10-
addressable (2.5.1)
11-
public_suffix (~> 2.0, >= 2.0.2)
10+
addressable (2.5.2)
11+
public_suffix (>= 2.0.2, < 4.0)
1212
claide (1.0.2)
1313
claide-plugins (0.9.2)
1414
cork
@@ -43,15 +43,16 @@ GEM
4343
nap
4444
cocoapods-search (1.0.0)
4545
cocoapods-stats (1.0.0)
46-
cocoapods-trunk (1.2.0)
46+
cocoapods-trunk (1.3.0)
4747
nap (>= 0.8, < 2.0)
48-
netrc (= 0.7.8)
48+
netrc (~> 0.11)
4949
cocoapods-try (1.1.0)
50-
coderay (1.1.1)
50+
coderay (1.1.2)
5151
colored2 (3.1.2)
52+
concurrent-ruby (1.0.5)
5253
cork (0.3.0)
5354
colored2 (~> 3.1)
54-
danger (5.3.4)
55+
danger (5.5.3)
5556
claide (~> 1.0)
5657
claide-plugins (>= 0.9.2)
5758
colored2 (~> 3.1)
@@ -60,10 +61,11 @@ GEM
6061
faraday-http-cache (~> 1.0)
6162
git (~> 1)
6263
kramdown (~> 1.5)
64+
no_proxy_fix
6365
octokit (~> 4.7)
6466
terminal-table (~> 1)
6567
escape (0.0.4)
66-
faraday (0.13.0)
68+
faraday (0.13.1)
6769
multipart-post (>= 1.2, < 3)
6870
faraday-http-cache (1.3.1)
6971
faraday (~> 0.8)
@@ -72,8 +74,9 @@ GEM
7274
fuzzy_match (2.0.4)
7375
gh_inspector (1.0.3)
7476
git (1.3.0)
75-
i18n (0.8.6)
76-
jazzy (0.8.3)
77+
i18n (0.9.0)
78+
concurrent-ruby (~> 1.0)
79+
jazzy (0.9.0)
7780
cocoapods (~> 1.0)
7881
mustache (~> 0.99)
7982
open4
@@ -82,50 +85,49 @@ GEM
8285
sass (~> 3.4)
8386
sqlite3 (~> 1.3)
8487
xcinvoke (~> 0.3.0)
85-
kramdown (1.14.0)
88+
kramdown (1.15.0)
8689
liferaft (0.0.6)
87-
method_source (0.8.2)
90+
method_source (0.9.0)
8891
minitest (5.10.3)
8992
molinillo (0.5.7)
9093
multipart-post (2.0.0)
9194
mustache (0.99.8)
9295
nanaimo (0.2.3)
9396
nap (1.1.0)
94-
netrc (0.7.8)
97+
netrc (0.11.0)
98+
no_proxy_fix (0.1.2)
9599
octokit (4.7.0)
96100
sawyer (~> 0.8.0, >= 0.5.3)
97101
open4 (1.3.4)
98-
pry (0.10.4)
102+
pry (0.11.2)
99103
coderay (~> 1.1.0)
100-
method_source (~> 0.8.1)
101-
slop (~> 3.4)
102-
public_suffix (2.0.5)
103-
rake (12.0.0)
104+
method_source (~> 0.9.0)
105+
public_suffix (3.0.0)
106+
rake (12.2.1)
104107
rb-fsevent (0.10.2)
105108
rb-inotify (0.9.10)
106109
ffi (>= 0.5.0, < 2)
107110
redcarpet (3.4.0)
108111
rouge (1.11.1)
109112
ruby-macho (1.1.0)
110-
sass (3.5.1)
113+
sass (3.5.3)
111114
sass-listen (~> 4.0.0)
112115
sass-listen (4.0.0)
113116
rb-fsevent (~> 0.9, >= 0.9.4)
114117
rb-inotify (~> 0.9, >= 0.9.7)
115118
sawyer (0.8.1)
116119
addressable (>= 2.3.5, < 2.6)
117120
faraday (~> 0.8, < 1.0)
118-
slop (3.6.0)
119121
sqlite3 (1.3.13)
120122
terminal-table (1.8.0)
121123
unicode-display_width (~> 1.1, >= 1.1.1)
122124
thread_safe (0.3.6)
123-
tzinfo (1.2.3)
125+
tzinfo (1.2.4)
124126
thread_safe (~> 0.1)
125127
unicode-display_width (1.3.0)
126128
xcinvoke (0.3.0)
127129
liferaft (~> 0.0.6)
128-
xcodeproj (1.5.1)
130+
xcodeproj (1.5.3)
129131
CFPropertyList (~> 2.3.3)
130132
claide (>= 1.0.2, < 2.0)
131133
colored2 (~> 3.1)
@@ -139,10 +141,10 @@ PLATFORMS
139141
DEPENDENCIES
140142
cocoapods
141143
danger
142-
jazzy (~> 0.8.0)
144+
jazzy (>= 0.8.0)
143145
pry
144146
rake
145147
xcpretty
146148

147149
BUNDLED WITH
148-
1.15.3
150+
1.15.4

0 commit comments

Comments
 (0)