Skip to content

Commit e743374

Browse files
committed
Upgrade Devise, Nokogiri for fix security issue.
CVE-2015-8314, CVE-2015-7499
1 parent 08b2ca3 commit e743374

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ GEM
134134
thor (~> 0.19)
135135
descendants_tracker (0.0.4)
136136
thread_safe (~> 0.3, >= 0.3.1)
137-
devise (3.5.3)
137+
devise (3.5.4)
138138
bcrypt (~> 3.0)
139139
orm_adapter (~> 0.1)
140140
railties (>= 3.2.6, < 5)
@@ -264,7 +264,7 @@ GEM
264264
net-ssh (3.0.1)
265265
net-ssh-gateway (1.2.0)
266266
net-ssh (>= 2.6.5)
267-
nokogiri (1.6.7.1)
267+
nokogiri (1.6.7.2)
268268
mini_portile2 (~> 2.0.0.rc2)
269269
oauth2 (1.0.0)
270270
faraday (>= 0.8, < 0.10)
@@ -344,7 +344,7 @@ GEM
344344
thor (>= 0.18.1, < 2.0)
345345
rainbow (2.0.0)
346346
raindrops (0.15.0)
347-
rake (10.4.2)
347+
rake (10.5.0)
348348
redcarpet (3.3.4)
349349
redis (3.2.2)
350350
redis-namespace (1.5.2)

0 commit comments

Comments
 (0)