Set omniauth version to >= 2.0 (#28)

master
Marcel Hoppe 2022-06-14 15:51:35 +02:00 committed by GitHub
parent ad0ba3a5d4
commit 2baa0f3496
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]
spec.add_dependency "omniauth", "~> 2.0.4"
spec.add_dependency "omniauth", ">= 2.0"
spec.add_dependency "omniauth-oauth2", "~> 1.7.1"
spec.add_dependency "json-jwt", "~> 1.13.0"