omniauth-auth0.gemspec in omniauth-auth0-2.4.1 vs omniauth-auth0.gemspec in omniauth-auth0-2.4.2

- old
+ new

@@ -20,10 +20,10 @@ 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-oauth2', '~> 1.5' - + s.add_runtime_dependency 'omniauth', '~> 1.9' s.add_development_dependency 'bundler', '~> 1.9' s.license = 'MIT' end