omniauth-bn-launcher.gemspec in omniauth-bn-launcher-0.1.3 vs omniauth-bn-launcher.gemspec in omniauth-bn-launcher-0.1.4
- old
+ new
@@ -20,14 +20,10 @@
end
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
- spec.add_development_dependency "bundler", "~> 1.16"
- spec.add_development_dependency "rake", "~> 13.0"
- spec.add_development_dependency "rspec", "~> 3.0"
- spec.add_development_dependency 'rack-test', '~> 0.6', '>= 0.6.3'
- spec.add_development_dependency 'omniauth-oauth2', '1.5.0'
- spec.add_runtime_dependency 'omniauth', '~> 1.3', '>= 1.3.2'
- spec.add_runtime_dependency 'omniauth-oauth2', '1.5.0'
+ spec.add_development_dependency "bundler", "~> 2.0"
+ spec.add_runtime_dependency 'omniauth', '~> 2.1', '>= 2.1.0'
+ spec.add_runtime_dependency 'omniauth-oauth2', '1.7.2'
spec.test_files = Dir['spec/**/*.rb']
end