From 07ba9dcab355b6ef1019379046b96058ea6c49cb Mon Sep 17 00:00:00 2001 From: Michael Koper Date: Fri, 24 Nov 2023 17:45:44 +0100 Subject: [PATCH] updated omniauth to version 2 --- omniauth-pipedrive.gemspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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