Skip to content

Commit

Permalink
Update omniauth-oauth2 requirement from >= 1.5, <= 1.7.1 to >= 1.5, <…
Browse files Browse the repository at this point in the history
…= 1.7.3

Updates the requirements on [omniauth-oauth2](https://github.com/omniauth/omniauth-oauth2) to permit the latest version.
- [Release notes](https://github.com/omniauth/omniauth-oauth2/releases)
- [Commits](omniauth/omniauth-oauth2@v1.5.0...v1.7.2)

---
updated-dependencies:
- dependency-name: omniauth-oauth2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 2, 2021
1 parent 16870b4 commit 45fd03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omniauth-vkontakte.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Gem::Specification.new do |gem|
gem.require_paths = ['lib']
gem.version = OmniAuth::Vkontakte::VERSION
gem.required_ruby_version = '>= 2.5.0'
gem.add_runtime_dependency 'omniauth-oauth2', ['>= 1.5', '<= 1.7.1']
gem.add_runtime_dependency 'omniauth-oauth2', '>= 1.5', '<= 1.7.3'
end

0 comments on commit 45fd03e

Please sign in to comment.