Skip to content

Commit 2430e20

Browse files
committed
Bumps omniauth-oauth2 dep for security concerns. Bumps version to 1.0.2
1 parent 5386127 commit 2430e20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/omniauth-github/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module OmniAuth
22
module GitHub
3-
VERSION = "1.0.1"
3+
VERSION = "1.0.2"
44
end
55
end

omniauth-github.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
1616
gem.version = OmniAuth::GitHub::VERSION
1717

1818
gem.add_dependency 'omniauth', '~> 1.0'
19-
gem.add_dependency 'omniauth-oauth2', '~> 1.0'
19+
gem.add_dependency 'omniauth-oauth2', '~> 1.1'
2020
gem.add_development_dependency 'rspec', '~> 2.7'
2121
gem.add_development_dependency 'rack-test'
2222
gem.add_development_dependency 'simplecov'

0 commit comments

Comments
 (0)