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

Commit 1dc5dd4

Browse files
author
Jim Coble
authored
Upgrade 'rack' gem to address security vulnerability. (#1977)
1 parent 88abb25 commit 1dc5dd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ GEM
300300
rack
301301
rake (>= 0.8.1)
302302
public_suffix (2.0.5)
303-
rack (1.6.5)
303+
rack (1.6.11)
304304
rack-protection (1.5.5)
305305
rack
306306
rack-test (0.6.3)

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.1"
2+
VERSION = "4.12.2"
33
end

0 commit comments

Comments
 (0)