Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.

Commit 1497b61

Browse files
Merge pull request #1978 from duke-libraries/hotfix-active-job-security-vulnerability
Upgrade rails to v4.2.11 to address security vulnerability in activejob.
2 parents 1dc5dd4 + c3100fb commit 1497b61

File tree

3 files changed

+50
-49
lines changed

3 files changed

+50
-49
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22
ruby '2.3.1'
33

4-
gem 'rails', '4.2.7'
4+
gem 'rails', '4.2.11'
55

66
gem 'ddr-alerts', '1.1.0'
77
gem 'ddr-batch', '1.7.2'

Gemfile.lock

Lines changed: 48 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actionmailer (4.2.7)
5-
actionpack (= 4.2.7)
6-
actionview (= 4.2.7)
7-
activejob (= 4.2.7)
4+
actionmailer (4.2.11)
5+
actionpack (= 4.2.11)
6+
actionview (= 4.2.11)
7+
activejob (= 4.2.11)
88
mail (~> 2.5, >= 2.5.4)
99
rails-dom-testing (~> 1.0, >= 1.0.5)
10-
actionpack (4.2.7)
11-
actionview (= 4.2.7)
12-
activesupport (= 4.2.7)
10+
actionpack (4.2.11)
11+
actionview (= 4.2.11)
12+
activesupport (= 4.2.11)
1313
rack (~> 1.6)
1414
rack-test (~> 0.6.2)
1515
rails-dom-testing (~> 1.0, >= 1.0.5)
1616
rails-html-sanitizer (~> 1.0, >= 1.0.2)
17-
actionview (4.2.7)
18-
activesupport (= 4.2.7)
17+
actionview (4.2.11)
18+
activesupport (= 4.2.11)
1919
builder (~> 3.1)
2020
erubis (~> 2.7.0)
2121
rails-dom-testing (~> 1.0, >= 1.0.5)
22-
rails-html-sanitizer (~> 1.0, >= 1.0.2)
22+
rails-html-sanitizer (~> 1.0, >= 1.0.3)
2323
active-fedora (7.3.1)
2424
active-triples (~> 0.2.2)
2525
activesupport (>= 3.0.0)
@@ -35,23 +35,22 @@ GEM
3535
deprecation (~> 0.1)
3636
linkeddata (~> 1.1)
3737
rdf (~> 1.1)
38-
activejob (4.2.7)
39-
activesupport (= 4.2.7)
38+
activejob (4.2.11)
39+
activesupport (= 4.2.11)
4040
globalid (>= 0.3.0)
41-
activemodel (4.2.7)
42-
activesupport (= 4.2.7)
41+
activemodel (4.2.11)
42+
activesupport (= 4.2.11)
4343
builder (~> 3.1)
44-
activerecord (4.2.7)
45-
activemodel (= 4.2.7)
46-
activesupport (= 4.2.7)
44+
activerecord (4.2.11)
45+
activemodel (= 4.2.11)
46+
activesupport (= 4.2.11)
4747
arel (~> 6.0)
4848
activeresource (4.1.0)
4949
activemodel (~> 4.0)
5050
activesupport (~> 4.0)
5151
rails-observers (~> 0.1.2)
52-
activesupport (4.2.7)
52+
activesupport (4.2.11)
5353
i18n (~> 0.7)
54-
json (~> 1.7, >= 1.7.7)
5554
minitest (~> 5.1)
5655
thread_safe (~> 0.3, >= 0.3.4)
5756
tzinfo (~> 1.1)
@@ -101,7 +100,7 @@ GEM
101100
climate_control (>= 0.0.3, < 1.0)
102101
coercible (1.0.0)
103102
descendants_tracker (~> 0.0.1)
104-
concurrent-ruby (1.0.5)
103+
concurrent-ruby (1.1.3)
105104
crass (1.0.4)
106105
daemons (1.2.4)
107106
database_cleaner (1.5.3)
@@ -170,8 +169,8 @@ GEM
170169
thor (~> 0.14)
171170
font-awesome-sass (4.6.2)
172171
sass (>= 3.2)
173-
globalid (0.3.7)
174-
activesupport (>= 4.1.0)
172+
globalid (0.4.1)
173+
activesupport (>= 4.2.0)
175174
grouper-rest-client (0.2.7)
176175
json (>= 1.5.1)
177176
rest-client (>= 1.6.1)
@@ -202,7 +201,8 @@ GEM
202201
rails (>= 3.2.6)
203202
hydra-validations (0.5.0)
204203
activemodel (~> 4.0)
205-
i18n (0.8.0)
204+
i18n (0.9.5)
205+
concurrent-ruby (~> 1.0)
206206
ice_nine (0.11.2)
207207
jettywrapper (1.8.3)
208208
activesupport (>= 3.0.0)
@@ -256,12 +256,13 @@ GEM
256256
loofah (2.2.3)
257257
crass (~> 1.0.2)
258258
nokogiri (>= 1.5.9)
259-
mail (2.6.4)
260-
mime-types (>= 1.16, < 4)
259+
mail (2.7.1)
260+
mini_mime (>= 0.1.1)
261261
mime-types (2.99.3)
262262
mimemagic (0.3.2)
263+
mini_mime (1.0.1)
263264
mini_portile2 (2.3.0)
264-
minitest (5.10.1)
265+
minitest (5.11.3)
265266
mono_logger (1.1.0)
266267
multi_json (1.12.1)
267268
mysql2 (0.4.10)
@@ -270,7 +271,7 @@ GEM
270271
net-http-persistent (2.9.4)
271272
net-ldap (0.16.1)
272273
netrc (0.11.0)
273-
nokogiri (1.8.2)
274+
nokogiri (1.8.5)
274275
mini_portile2 (~> 2.3.0)
275276
nom-xml (0.6.0)
276277
activesupport (>= 3.2.18)
@@ -305,33 +306,33 @@ GEM
305306
rack
306307
rack-test (0.6.3)
307308
rack (>= 1.0)
308-
rails (4.2.7)
309-
actionmailer (= 4.2.7)
310-
actionpack (= 4.2.7)
311-
actionview (= 4.2.7)
312-
activejob (= 4.2.7)
313-
activemodel (= 4.2.7)
314-
activerecord (= 4.2.7)
315-
activesupport (= 4.2.7)
309+
rails (4.2.11)
310+
actionmailer (= 4.2.11)
311+
actionpack (= 4.2.11)
312+
actionview (= 4.2.11)
313+
activejob (= 4.2.11)
314+
activemodel (= 4.2.11)
315+
activerecord (= 4.2.11)
316+
activesupport (= 4.2.11)
316317
bundler (>= 1.3.0, < 2.0)
317-
railties (= 4.2.7)
318+
railties (= 4.2.11)
318319
sprockets-rails
319320
rails-deprecated_sanitizer (1.0.3)
320321
activesupport (>= 4.2.0.alpha)
321-
rails-dom-testing (1.0.8)
322-
activesupport (>= 4.2.0.beta, < 5.0)
322+
rails-dom-testing (1.0.9)
323+
activesupport (>= 4.2.0, < 5.0)
323324
nokogiri (~> 1.6)
324325
rails-deprecated_sanitizer (>= 1.0.1)
325326
rails-html-sanitizer (1.0.4)
326327
loofah (~> 2.2, >= 2.2.2)
327328
rails-observers (0.1.5)
328329
activemodel (>= 4.0)
329-
railties (4.2.7)
330-
actionpack (= 4.2.7)
331-
activesupport (= 4.2.7)
330+
railties (4.2.11)
331+
actionpack (= 4.2.11)
332+
activesupport (= 4.2.11)
332333
rake (>= 0.8.7)
333334
thor (>= 0.18.1, < 2.0)
334-
rake (12.0.0)
335+
rake (12.3.1)
335336
rdf (1.99.1)
336337
link_header (~> 0.0, >= 0.0.8)
337338
rdf-aggregate-repo (1.99.0)
@@ -484,11 +485,11 @@ GEM
484485
therubyracer (0.12.3)
485486
libv8 (~> 3.16.14.15)
486487
ref
487-
thor (0.19.4)
488-
thread_safe (0.3.5)
488+
thor (0.20.3)
489+
thread_safe (0.3.6)
489490
tilt (2.0.6)
490491
tins (1.6.0)
491-
tzinfo (1.2.2)
492+
tzinfo (1.2.5)
492493
thread_safe (~> 0.1)
493494
uber (0.0.15)
494495
uglifier (3.0.4)
@@ -543,7 +544,7 @@ DEPENDENCIES
543544
orderly
544545
paperclip (~> 5.2)
545546
passenger
546-
rails (= 4.2.7)
547+
rails (= 4.2.11)
547548
responders (~> 2.0)
548549
resque (= 1.25.2)
549550
resque-pool (~> 0.6.0)
@@ -563,4 +564,4 @@ RUBY VERSION
563564
ruby 2.3.1p112
564565

565566
BUNDLED WITH
566-
1.16.1
567+
1.17.1

lib/dul_hydra/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module DulHydra
2-
VERSION = "4.12.2"
2+
VERSION = "4.12.3"
33
end

0 commit comments

Comments
 (0)