Skip to content

Commit 9151768

Browse files
authored
Update omniauth dependency version
realdoug#32
1 parent 2e31a49 commit 9151768

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

omniauth-salesforce.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Gem::Specification.new do |gem|
1515
gem.version = OmniAuth::Salesforce::VERSION
1616
gem.license = 'MIT'
1717

18-
gem.add_dependency 'omniauth', '~> 1.0'
19-
gem.add_dependency 'omniauth-oauth2', '>= 1.5.0'
18+
gem.add_dependency 'omniauth', '~> 2.0'
19+
gem.add_dependency 'omniauth-oauth2', '~> 1.7.1'
2020
gem.required_ruby_version = '>= 2.1.0'
2121
gem.add_development_dependency 'rack-test'
2222
gem.add_development_dependency 'rspec', '~> 2.7'

0 commit comments

Comments
 (0)