From 59b21a1386fbdf623d45d9cbea0e4e6b1cc82793 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jan 2023 23:51:05 +0000 Subject: [PATCH] Bump jquery-ui-rails from 5.0.5 to 6.0.0 Bumps [jquery-ui-rails](https://github.com/joliss/jquery-ui-rails) from 5.0.5 to 6.0.0. - [Release notes](https://github.com/joliss/jquery-ui-rails/releases) - [Changelog](https://github.com/jquery-ui-rails/jquery-ui-rails/blob/master/History.md) - [Commits](https://github.com/joliss/jquery-ui-rails/compare/v5.0.5...v6.0.0) --- updated-dependencies: - dependency-name: jquery-ui-rails dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Gemfile b/Gemfile index dfb1b9c2..8428aca0 100644 --- a/Gemfile +++ b/Gemfile @@ -51,7 +51,7 @@ gem 'bigdecimal', '~> 1.4.4' # Use jquery as the JavaScript library gem 'jquery-rails' # User jquery-ui -gem 'jquery-ui-rails', '~> 5.0' +gem 'jquery-ui-rails', '~> 6.0' # Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks #gem 'turbolinks' diff --git a/Gemfile.lock b/Gemfile.lock index e9cdb404..0f0055bf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -64,7 +64,7 @@ GEM xpath (~> 3.2) childprocess (4.1.0) coderay (1.1.3) - concurrent-ruby (1.1.9) + concurrent-ruby (1.2.0) config (3.1.0) deep_merge (~> 1.2, >= 1.2.1) dry-validation (~> 1.0, >= 1.0.0) @@ -197,7 +197,7 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - jquery-ui-rails (5.0.5) + jquery-ui-rails (6.0.0) railties (>= 3.2.16) json (2.6.1) launchy (2.5.0) @@ -205,7 +205,7 @@ GEM listen (3.7.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.18.0) + loofah (2.19.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) lumberjack (1.2.8) @@ -218,15 +218,15 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2021.1115) mini_mime (1.1.2) - mini_portile2 (2.8.0) - minitest (5.14.4) + mini_portile2 (2.8.1) + minitest (5.17.0) multi_json (1.15.0) multi_test (0.1.2) mysql2 (0.4.10) nenv (0.3.0) nested_form (0.3.2) nio4r (2.5.8) - nokogiri (1.13.7) + nokogiri (1.14.0) mini_portile2 (~> 2.8.0) racc (~> 1.4) notiffany (0.1.3) @@ -245,7 +245,7 @@ GEM nio4r (~> 2.0) pundit (2.1.1) activesupport (>= 3.0.0) - racc (1.6.0) + racc (1.6.2) rack-test (0.6.3) rack (>= 1.0) rack_session_access (0.2.0) @@ -268,8 +268,8 @@ GEM activesupport (>= 4.2.0, < 5.0) nokogiri (~> 1.6) rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.4.3) - loofah (~> 2.3) + rails-html-sanitizer (1.5.0) + loofah (~> 2.19, >= 2.19.1) railties (4.2.11.3) actionpack (= 4.2.11.3) activesupport (= 4.2.11.3) @@ -342,7 +342,7 @@ GEM ffi (~> 1.1) term-ansicolor (1.7.1) tins (~> 1.0) - thor (1.1.0) + thor (1.2.1) thread_safe (0.3.6) tilt (1.4.1) tins (1.29.1) @@ -383,7 +383,7 @@ DEPENDENCIES guard-rspec jbuilder (~> 1.2) jquery-rails - jquery-ui-rails (~> 5.0) + jquery-ui-rails (~> 6.0) json launchy mysql2 (~> 0.4.10)