omniauth-auth0.gemspec in omniauth-auth0-3.0.0 vs omniauth-auth0.gemspec in omniauth-auth0-3.1.0
- old
+ new
@@ -19,12 +19,12 @@
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split('\n').map{ |f| File.basename(f) }
s.require_paths = ['lib']
- s.add_runtime_dependency 'omniauth', '~> 2.0'
- s.add_runtime_dependency 'omniauth-oauth2', '~> 1.7'
+ s.add_runtime_dependency 'omniauth', '~> 2'
+ s.add_runtime_dependency 'omniauth-oauth2', '~> 1'
s.add_development_dependency 'bundler'
-
+
s.license = 'MIT'
end