diff --git a/omniauth-pipedrive.gemspec b/omniauth-pipedrive.gemspec index 2e8dc79..9a725c3 100644 --- a/omniauth-pipedrive.gemspec +++ b/omniauth-pipedrive.gemspec @@ -16,9 +16,9 @@ Gem::Specification.new do |gem| gem.require_paths = ["lib"] gem.version = OmniAuth::Pipedrive::VERSION - gem.add_dependency 'omniauth', '~> 1.0' - gem.add_dependency 'omniauth-oauth2', '~> 1.0' + gem.add_dependency 'omniauth', '~> 2.1' + gem.add_dependency 'omniauth-oauth2', '~> 1.8' - gem.add_development_dependency "bundler", "~> 1.0" + gem.add_development_dependency "bundler", "~> 2.0" gem.add_development_dependency "pry", '~> 0' end