Skip to content

Commit

Permalink
Upgrade omniauth-oauth2 gem to 1.2
Browse files Browse the repository at this point in the history
to address CVE-2012-6134
  • Loading branch information
linedotstar committed Aug 7, 2014
1 parent 4dbd5f0 commit 86d5c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omniauth-facebook.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 86d5c2c

Please sign in to comment.