mirror of
https://github.com/simi/omniauth-facebook.git
synced 2022-11-09 12:32:45 -05:00
Upgrade omniauth-oauth2 gem to 1.2
to address CVE-2012-6134
This commit is contained in:
parent
4dbd5f0f40
commit
86d5c2c5be
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ Gem::Specification.new do |s|
|
|||
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
|
||||
s.require_paths = ['lib']
|
||||
|
||||
s.add_runtime_dependency 'omniauth-oauth2', '~> 1.1'
|
||||
s.add_runtime_dependency 'omniauth-oauth2', '~> 1.2'
|
||||
|
||||
s.add_development_dependency 'minitest'
|
||||
s.add_development_dependency 'mocha'
|
||||
|
|
Loading…
Add table
Reference in a new issue