Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 37f05b6

Browse files
committed
Update gemfile
1 parent 835ca98 commit 37f05b6

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

Gemfile.lock

+12-8
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,11 @@ GEM
2626
ffi (>= 1.3.0)
2727
eventmachine (1.2.7)
2828
exifr (1.3.6)
29-
faraday (1.0.1)
29+
faraday (1.3.0)
30+
faraday-net_http (~> 1.0)
3031
multipart-post (>= 1.2, < 3)
32+
ruby2_keywords
33+
faraday-net_http (1.0.1)
3134
ffi (1.12.2)
3235
filesize (0.2.0)
3336
forwardable-extended (2.6.0)
@@ -126,22 +129,23 @@ GEM
126129
mini_portile2 (~> 2.4.0)
127130
nokogumbo (2.0.2)
128131
nokogiri (~> 1.8, >= 1.8.4)
129-
octokit (4.18.0)
132+
octokit (4.20.0)
130133
faraday (>= 0.9)
131134
sawyer (~> 0.8.0, >= 0.5.3)
132135
parallel (1.19.1)
133136
pathutil (0.16.2)
134137
forwardable-extended (~> 2.6)
135138
progress (3.5.2)
136139
progressbar (1.10.1)
137-
public_suffix (4.0.5)
140+
public_suffix (4.0.6)
138141
rainbow (3.0.0)
139142
rake (13.0.1)
140143
rb-fsevent (0.10.4)
141144
rb-inotify (0.10.1)
142145
ffi (~> 1.0)
143146
rexml (3.2.4)
144147
rouge (3.19.0)
148+
ruby2_keywords (0.0.4)
145149
safe_yaml (1.0.5)
146150
sassc (2.3.0)
147151
ffi (~> 1.9)
@@ -150,17 +154,17 @@ GEM
150154
faraday (> 0.8, < 2.0)
151155
terminal-table (1.8.0)
152156
unicode-display_width (~> 1.1, >= 1.1.1)
153-
thor (0.20.3)
157+
thor (1.1.0)
154158
tomlrb (1.3.0)
155159
typhoeus (1.4.0)
156160
ethon (>= 0.9.0)
157161
unicode-display_width (1.7.0)
158162
verbal_expressions (0.1.5)
159163
wdm (0.1.1)
160-
whatsup_github (0.3.1)
161-
netrc (~> 0.10)
162-
octokit (~> 4.14)
163-
thor (~> 0.20)
164+
whatsup_github (0.4.0)
165+
netrc (~> 0.11)
166+
octokit (~> 4.20)
167+
thor (~> 1.1)
164168
yell (2.2.2)
165169

166170
PLATFORMS

0 commit comments

Comments
 (0)