omniauth-social.gemspec in omniauth-social-0.2.3 vs omniauth-social.gemspec in omniauth-social-0.2.4

- old
+ new

@@ -23,9 +23,8 @@ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_development_dependency 'bundler', '~> 1.17' spec.add_development_dependency 'web-console', '~> 3.3', '>= 3.3.0' - spec.add_runtime_dependency 'omniauth', '>= 1.1.1' - spec.add_runtime_dependency 'omniauth-oauth2', '>= 1.6' + spec.add_dependency 'omniauth-oauth2', '~> 1.3.1' # spec.add_dependency 'omniauth-oauth', '~> 1.1' end