From 439fd61c9b5fabe1b12f0ac5d9893596e8cc55d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Jul 2022 01:27:05 +0000 Subject: [PATCH] Bump tzinfo from 1.2.5 to 1.2.10 in /examples/rails-custom-login-page Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.5 to 1.2.10. - [Release notes](https://github.com/tzinfo/tzinfo/releases) - [Changelog](https://github.com/tzinfo/tzinfo/blob/master/CHANGES.md) - [Commits](https://github.com/tzinfo/tzinfo/compare/v1.2.5...v1.2.10) --- updated-dependencies: - dependency-name: tzinfo dependency-type: indirect ... Signed-off-by: dependabot[bot] --- examples/rails-custom-login-page/Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/rails-custom-login-page/Gemfile.lock b/examples/rails-custom-login-page/Gemfile.lock index 4f83961..f82e8aa 100644 --- a/examples/rails-custom-login-page/Gemfile.lock +++ b/examples/rails-custom-login-page/Gemfile.lock @@ -170,7 +170,7 @@ GEM turbolinks (5.1.0) turbolinks-source (~> 5.1) turbolinks-source (5.1.0) - tzinfo (1.2.5) + tzinfo (1.2.10) thread_safe (~> 0.1) uglifier (4.1.8) execjs (>= 0.3.0, < 3) @@ -195,7 +195,7 @@ DEPENDENCIES jbuilder (~> 2.5) jquery-rails listen (>= 3.0.5, < 3.2) - onelogin (~> 1.5.0) + onelogin (~> 1.6.0) puma (~> 3.12) rails (~> 5.1.4) sass-rails (~> 5.0)