diff --git a/Gemfile b/Gemfile index 11e6b021969..53acf368d7c 100644 --- a/Gemfile +++ b/Gemfile @@ -137,7 +137,7 @@ gem "rack-attack", "~> 6.8.0" gem "browser", "~> 6.2.0" # Providing health checks -gem "okcomputer", "~> 1.19.0" +gem "okcomputer", "~> 1.19.1" # Lograge to provide sane and non-verbose logging gem "lograge", "~> 0.14.0" diff --git a/Gemfile.lock b/Gemfile.lock index bd640b16b45..40006d37c3a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -862,7 +862,8 @@ GEM oj (3.16.12) bigdecimal (>= 3.0) ostruct (>= 0.2) - okcomputer (1.19.0) + okcomputer (1.19.1) + benchmark omniauth-saml (1.10.6) omniauth (~> 1.3, >= 1.3.2) ruby-saml (~> 1.18) @@ -1637,7 +1638,7 @@ DEPENDENCIES net-ldap (~> 0.20.0) nokogiri (~> 1.18.10) oj (~> 3.16.12) - okcomputer (~> 1.19.0) + okcomputer (~> 1.19.1) omniauth! omniauth-openid-connect! omniauth-openid_connect-providers! @@ -2016,7 +2017,7 @@ CHECKSUMS nokogiri (1.18.10-x86_64-linux-gnu) sha256=ff5ba26ba2dbce5c04b9ea200777fd225061d7a3930548806f31db907e500f72 nokogiri (1.18.10-x86_64-linux-musl) sha256=0651fccf8c2ebbc2475c8b1dfd7ccac3a0a6d09f8a41b72db8c21808cb483385 oj (3.16.12) sha256=ad9fad6a06dabcf4cfe6a420690a4375377685c16eee0ae88e8d38a43ed7b556 - okcomputer (1.19.0) sha256=8548935a82f725bdd8f2c329925a9f1a1bb2ce19ce26b47d7515665ee363b458 + okcomputer (1.19.1) sha256=7df770e768434816d228407f0786563827cbf34cb379933578829720cb4f1e77 omniauth (1.9.2) omniauth-openid-connect (0.5.0) omniauth-openid_connect-providers (0.2.0)