Skip to content

Commit

Permalink
Update omniauth to 2.0 and bump version to 1.3
Browse files Browse the repository at this point in the history
As other gems such as omniauth-snapchat requires a omniauth version of
2.0 it creates a conflict. This update should remove that conflict.
  • Loading branch information
josefngo committed Mar 28, 2023
1 parent cdf62da commit c121ccf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/omniauth/yahoo_oauth2/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module OmniAuth
module YahooOauth2
VERSION = '1.2.0'
VERSION = '1.3.0'
end
end
4 changes: 2 additions & 2 deletions omniauth-yahoo-oauth2.gemspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
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', '~> 2.0'
gem.add_runtime_dependency 'omniauth-oauth2', '~> 1.1'
gem.add_development_dependency 'bundler', '~> 1.0'
gem.add_development_dependency 'bundler', '~> 2'

gem.authors = ['Amir Manji']
gem.email = ['amanji75@gmail.com']
Expand Down

0 comments on commit c121ccf

Please sign in to comment.