From e2fd9d5cc082ba582da2e4335f6df4161470ce2d Mon Sep 17 00:00:00 2001 From: John Perkins Date: Mon, 26 Aug 2024 10:11:38 -0400 Subject: [PATCH] Update omniauth-oauth2 --- lib/omniauth/clever/version.rb | 2 +- omniauth-clever.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/omniauth/clever/version.rb b/lib/omniauth/clever/version.rb index 3c42d05..edd34b5 100644 --- a/lib/omniauth/clever/version.rb +++ b/lib/omniauth/clever/version.rb @@ -1,5 +1,5 @@ module Omniauth module Clever - VERSION = "1.2.2" + VERSION = "1.2.3" end end diff --git a/omniauth-clever.gemspec b/omniauth-clever.gemspec index 02cc7d3..60439d9 100644 --- a/omniauth-clever.gemspec +++ b/omniauth-clever.gemspec @@ -21,5 +21,5 @@ Gem::Specification.new do |gem| gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"] - gem.add_runtime_dependency 'omniauth-oauth2', '>= 1.1', '<= 1.5' + gem.add_runtime_dependency 'omniauth-oauth2', '>= 1.1', '<= 1.8' end