omniauth-oauth2.gemspec in omniauth-oauth2-1.0.0 vs omniauth-oauth2.gemspec in omniauth-oauth2-1.0.1

- old
+ new

@@ -1,10 +1,10 @@ # -*- encoding: utf-8 -*- require File.expand_path('../lib/omniauth-oauth2/version', __FILE__) Gem::Specification.new do |gem| gem.add_dependency 'omniauth', '~> 1.0' - gem.add_dependency 'oauth2', '~> 0.5.0' + gem.add_dependency 'oauth2', '~> 0.6.0' gem.add_development_dependency 'rspec', '~> 2.7' gem.add_development_dependency 'rack-test' gem.add_development_dependency 'webmock' gem.add_development_dependency 'simplecov'