From 091f707c14886ba88658892b492f6dce1a3cb0bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Ja=CC=88ger?= Date: Thu, 7 Mar 2024 17:30:35 +0100 Subject: [PATCH] bump dependencies --- lib/omniauth/yahoo_oauth2/version.rb | 2 +- omniauth-yahoo-oauth2.gemspec | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/lib/omniauth/yahoo_oauth2/version.rb b/lib/omniauth/yahoo_oauth2/version.rb index 201f846..ed3b6e8 100644 --- a/lib/omniauth/yahoo_oauth2/version.rb +++ b/lib/omniauth/yahoo_oauth2/version.rb @@ -1,5 +1,5 @@ module OmniAuth module YahooOauth2 - VERSION = '1.2.0' + VERSION = '1.2.1' end end diff --git a/omniauth-yahoo-oauth2.gemspec b/omniauth-yahoo-oauth2.gemspec index 2e2d2cb..f57103f 100644 --- a/omniauth-yahoo-oauth2.gemspec +++ b/omniauth-yahoo-oauth2.gemspec @@ -1,10 +1,6 @@ require File.expand_path(File.join('..', 'lib', 'omniauth', 'yahoo_oauth2', 'version'), __FILE__) Gem::Specification.new do |gem| - gem.add_runtime_dependency 'omniauth', '~> 1.1' - gem.add_runtime_dependency 'omniauth-oauth2', '~> 1.1' - gem.add_development_dependency 'bundler', '~> 1.0' - gem.authors = ['Amir Manji'] gem.email = ['amanji75@gmail.com'] gem.description = 'A Yahoo OAuth2 strategy for OmniAuth.' @@ -12,6 +8,8 @@ Gem::Specification.new do |gem| gem.homepage = 'https://github.com/amirmanji/omniauth-yahoo-oauth2' gem.license = 'MIT' + gem.add_dependency 'omniauth-oauth2', '>= 1.5' + gem.files = `git ls-files`.split("\n") gem.name = 'omniauth-yahoo-oauth2' gem.require_paths = ['lib']