We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5386127 commit 2430e20Copy full SHA for 2430e20
lib/omniauth-github/version.rb
@@ -1,5 +1,5 @@
1
module OmniAuth
2
module GitHub
3
- VERSION = "1.0.1"
+ VERSION = "1.0.2"
4
end
5
omniauth-github.gemspec
@@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
16
gem.version = OmniAuth::GitHub::VERSION
17
18
gem.add_dependency 'omniauth', '~> 1.0'
19
- gem.add_dependency 'omniauth-oauth2', '~> 1.0'
+ gem.add_dependency 'omniauth-oauth2', '~> 1.1'
20
gem.add_development_dependency 'rspec', '~> 2.7'
21
gem.add_development_dependency 'rack-test'
22
gem.add_development_dependency 'simplecov'
0 commit comments