Skip to content

Commit

Permalink
Update omniauth dependency to fix CVE-2015-9284
Browse files Browse the repository at this point in the history
  • Loading branch information
patch0 committed Apr 23, 2020
1 parent 7fb7985 commit 2dcd499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omniauth-rpi.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_dependency 'jwt'
spec.add_dependency 'omniauth', '~> 1.4'
spec.add_dependency 'omniauth', '~> 1.9'
spec.add_dependency 'omniauth-oauth2', '~> 1.4'

spec.add_development_dependency 'bundler', '~> 2.0'
Expand Down

0 comments on commit 2dcd499

Please sign in to comment.