Skip to content

Commit e990ea2

Browse files
committed
update for rest-client vulnerability
1 parent eb337b5 commit e990ea2

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

Gemfile.lock

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ GEM
119119
thread_safe (~> 0.1)
120120
warden (~> 1.2.3)
121121
diff-lcs (1.2.4)
122+
domain_name (0.5.23)
123+
unf (>= 0.0.5, < 1.0.0)
122124
ejs (1.1.1)
123125
erubis (2.7.0)
124126
execjs (2.0.2)
@@ -141,6 +143,8 @@ GEM
141143
hashie (3.2.0)
142144
hike (1.2.3)
143145
hirb (0.7.1)
146+
http-cookie (1.0.2)
147+
domain_name (~> 0.5)
144148
i18n (0.6.11)
145149
jbuilder (1.5.2)
146150
activesupport (>= 3.0.0)
@@ -168,7 +172,7 @@ GEM
168172
multipart-post (2.0.0)
169173
mysql2 (0.3.13)
170174
net-http-spy (0.2.1)
171-
netrc (0.7.7)
175+
netrc (0.10.3)
172176
newrelic_rpm (3.9.1.236)
173177
nokogiri (1.6.1)
174178
mini_portile (~> 0.5.0)
@@ -225,7 +229,8 @@ GEM
225229
redis-namespace (~> 1.2)
226230
sinatra (>= 0.9.2)
227231
vegas (~> 0.1.2)
228-
rest-client (1.7.2)
232+
rest-client (1.8.0)
233+
http-cookie (>= 1.0.2, < 2.0)
229234
mime-types (>= 1.16, < 3.0)
230235
netrc (~> 0.7)
231236
rspec (2.14.1)
@@ -273,6 +278,9 @@ GEM
273278
uglifier (2.3.0)
274279
execjs (>= 0.3.0)
275280
json (>= 1.8.0)
281+
unf (0.1.4)
282+
unf_ext
283+
unf_ext (0.0.6)
276284
unicorn (1.1.5)
277285
rack
278286
uuidtools (2.1.4)

0 commit comments

Comments
 (0)