omniauth-decidim.gemspec in omniauth-decidim-0.2.0 vs omniauth-decidim.gemspec in omniauth-decidim-0.2.1

- old
+ new

@@ -21,10 +21,10 @@ end spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] - spec.add_dependency "omniauth", "~> 1.5" + spec.add_dependency "omniauth", "~> 2.0" spec.add_dependency "omniauth-oauth2", ">= 1.4.0", "< 2.0" spec.add_development_dependency "bundler", "~> 2.2" spec.add_development_dependency "rake", "~> 10.0" end