Correct version checks for dependencies

master
Guillaume Dott 2022-12-19 15:40:10 +01:00
parent 43a2cd8330
commit 27f8d77f2a
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@ Gem::Specification.new do |spec|
spec.add_dependency "omniauth", ">= 2.0"
spec.add_dependency "omniauth-oauth2", "~> 1.7.1"
spec.add_dependency "json-jwt", "~> 1.13.0"
spec.add_dependency "omniauth-oauth2", "~> 1.7"
spec.add_dependency "json-jwt", "~> 1.13"
spec.add_dependency "faraday"
spec.add_development_dependency "bundler", "~> 2.2"