Skip to content

Commit fddebf4

Browse files
authored
Ensure oauth2 gem is < 2.0 (#32)
1 parent 5082109 commit fddebf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

omniauth-bigcommerce.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Gem::Specification.new do |gem|
3131
gem.version = OmniAuth::BigCommerce::VERSION
3232
gem.license = 'MIT'
3333

34-
gem.add_dependency 'oauth2', '>= 1.4.4'
34+
gem.add_dependency 'oauth2', '>= 1.4.4', '< 2'
3535
gem.add_dependency 'omniauth'
3636
gem.add_dependency 'omniauth-oauth2', '>= 1.5'
3737
gem.metadata['rubygems_mfa_required'] = 'true'

0 commit comments

Comments
 (0)