From 2ab92f944eb6945af61e30978454eae072c3a499 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 May 2023 22:35:31 +0000 Subject: [PATCH] Bump jquery-rails in /examples/rails-custom-login-page Bumps [jquery-rails](https://github.com/rails/jquery-rails) from 4.3.1 to 4.4.0. - [Changelog](https://github.com/rails/jquery-rails/blob/master/CHANGELOG.md) - [Commits](https://github.com/rails/jquery-rails/compare/v4.3.1...v4.4.0) --- updated-dependencies: - dependency-name: jquery-rails dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/rails-custom-login-page/Gemfile.lock | 42 ++++++++++--------- 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/examples/rails-custom-login-page/Gemfile.lock b/examples/rails-custom-login-page/Gemfile.lock index 4f83961..1677c83 100644 --- a/examples/rails-custom-login-page/Gemfile.lock +++ b/examples/rails-custom-login-page/Gemfile.lock @@ -42,7 +42,7 @@ GEM public_suffix (>= 2.0.2, < 4.0) arel (8.0.0) bindex (0.5.0) - builder (3.2.3) + builder (3.2.4) byebug (10.0.1) capybara (2.18.0) addressable @@ -60,9 +60,9 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.5) - crass (1.0.5) - erubi (1.7.1) + concurrent-ruby (1.2.2) + crass (1.0.6) + erubi (1.12.0) execjs (2.7.0) ffi (1.11.1) globalid (0.4.1) @@ -75,7 +75,7 @@ GEM jbuilder (2.7.0) activesupport (>= 4.2.0) multi_json (>= 1.2) - jquery-rails (4.3.1) + jquery-rails (4.4.0) rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) @@ -83,31 +83,33 @@ GEM rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) ruby_dep (~> 1.2) - loofah (2.3.1) + loofah (2.20.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.0) mini_mime (>= 0.1.1) - method_source (0.9.0) + method_source (1.0.0) mime-types (3.3.1) mime-types-data (~> 3.2015) mime-types-data (3.2020.1104) mini_mime (1.0.0) - mini_portile2 (2.4.0) - minitest (5.11.3) + mini_portile2 (2.8.2) + minitest (5.18.0) multi_json (1.13.1) multi_xml (0.6.0) nio4r (2.3.0) - nokogiri (1.10.4) - mini_portile2 (~> 2.4.0) + nokogiri (1.14.3) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) onelogin (1.6.0) httparty (>= 0.13.7) nokogiri (>= 1.6.3.1) public_suffix (3.0.2) puma (3.12.2) - rack (2.0.8) - rack-test (0.8.3) - rack (>= 1.0, < 3) + racc (1.6.2) + rack (2.2.7) + rack-test (2.1.0) + rack (>= 1.3) rails (5.1.5) actioncable (= 5.1.5) actionmailer (= 5.1.5) @@ -123,15 +125,15 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.0.4) - loofah (~> 2.2, >= 2.2.2) + rails-html-sanitizer (1.5.0) + loofah (~> 2.19, >= 2.19.1) railties (5.1.5) actionpack (= 5.1.5) activesupport (= 5.1.5) method_source rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) - rake (12.3.1) + rake (13.0.6) rb-fsevent (0.10.3) rb-inotify (0.9.10) ffi (>= 0.5.0, < 2) @@ -164,13 +166,13 @@ GEM activesupport (>= 4.0) sprockets (>= 3.0.0) sqlite3 (1.3.13) - thor (0.20.0) + thor (1.2.1) thread_safe (0.3.6) tilt (2.0.8) turbolinks (5.1.0) turbolinks-source (~> 5.1) turbolinks-source (5.1.0) - tzinfo (1.2.5) + tzinfo (1.2.11) thread_safe (~> 0.1) uglifier (4.1.8) execjs (>= 0.3.0, < 3) @@ -195,7 +197,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)