1
0
Fork 0
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:
linedotstar 2014-08-07 09:22:52 -07:00
parent 4dbd5f0f40
commit 86d5c2c5be

View file

@ -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'