update gems for CVE-2018-16471

master
Cameron Crockett 2018-12-16 17:53:46 -06:00
parent 3e10962c14
commit 9bbb7ddede
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
module Omniauth
module Keycloak
VERSION = "1.0.1"
VERSION = "1.1.0"
end
end

View File

@ -23,8 +23,8 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]
spec.add_dependency "omniauth", "~> 1.8.1"
spec.add_dependency "omniauth-oauth2", "~> 1.5.0"
spec.add_dependency "omniauth", "~> 1.9.0"
spec.add_dependency "omniauth-oauth2", "~> 1.6.0"
spec.add_dependency "json-jwt", "~> 1.9.4"
spec.add_development_dependency "bundler", "~> 1.16"
spec.add_development_dependency "rake", "~> 10.0"