From efc3fedb56254dd4456a1a02819d0014e39f0b9e Mon Sep 17 00:00:00 2001 From: Kenji Koshikawa Date: Thu, 11 Mar 2021 00:27:22 +0900 Subject: [PATCH] undid omniauth-oauth2 dependency --- lib/omniauth-calendly/version.rb | 2 +- omniauth-calendly.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/omniauth-calendly/version.rb b/lib/omniauth-calendly/version.rb index 1b5c5e4..df40c32 100644 --- a/lib/omniauth-calendly/version.rb +++ b/lib/omniauth-calendly/version.rb @@ -2,6 +2,6 @@ module OmniAuth module Calendly - VERSION = '0.3.0' + VERSION = '0.3.1' end end diff --git a/omniauth-calendly.gemspec b/omniauth-calendly.gemspec index a8d8cba..573ece5 100644 --- a/omniauth-calendly.gemspec +++ b/omniauth-calendly.gemspec @@ -29,7 +29,7 @@ Gem::Specification.new do |spec| spec.require_paths = ['lib'] spec.add_runtime_dependency 'omniauth', '~> 1.9' - spec.add_runtime_dependency 'omniauth-oauth2', '~> 1.6.0' + spec.add_runtime_dependency 'omniauth-oauth2', '>= 1.6.0' spec.add_development_dependency 'bundler' spec.add_development_dependency 'codecov'