Skip to content

Commit

Permalink
Require a higher version of jquery-rails due to CVE-2015-1840
Browse files Browse the repository at this point in the history
Lower versions of jQuery are affected by security issue CVE-2015-1840.
  • Loading branch information
Manuel Schnitzer committed Mar 11, 2019
1 parent a128747 commit 37826ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightbox2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ Gem::Specification.new do |s|
'*.md',
]

s.add_runtime_dependency 'jquery-rails', '~> 2.0', '>= 2.0.0'
s.add_dependency 'jquery-rails', '>= 3.1.3'
end

0 comments on commit 37826ac

Please sign in to comment.