Skip to content

Commit

Permalink
Update omniauth-zendesk-oauth2.gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
kwent authored Mar 29, 2024
1 parent 885bd47 commit 498d503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omniauth-zendesk-oauth2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |gem|

gem.required_ruby_version = ">= 3"

gem.add_dependency 'omniauth', '>= 2.0.0', '< 3.0.0'
gem.add_dependency 'omniauth', '~> 2'
gem.add_dependency 'omniauth-oauth2', '>= 1.4.0', '< 2.0'

gem.add_development_dependency 'rspec', '~> 3.5'
Expand Down

0 comments on commit 498d503

Please sign in to comment.