Skip to content

Commit 6f547c8

Browse files
authored
Merge pull request #20 from swentling87/PBY-615/update_omniauth_gemspec
Updates the gemspec to allow for newer versions of Oauth2
2 parents 27eb71f + 87ab88d commit 6f547c8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/omniauth/bigcommerce/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
#
1616
module OmniAuth
1717
module BigCommerce
18-
VERSION = '0.3.1'.freeze
18+
VERSION = '0.3.2.pre'.freeze
1919
end
2020
end

omniauth-bigcommerce.gemspec

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

32-
gem.add_dependency 'oauth2', '~> 1.3.1'
32+
gem.add_dependency 'oauth2', ['>= 1.3.1', '<= 1.4.1']
3333
gem.add_dependency 'omniauth'
3434
gem.add_dependency 'omniauth-oauth2', '>= 1.5'
3535
gem.add_development_dependency 'rake'

0 commit comments

Comments
 (0)