From 6a52612a34fdf9995b3d336b35e8e7fcde1c6665 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jan 2023 23:20:30 +0000 Subject: [PATCH] Bump jquery-ui-rails from 4.2.0 to 6.0.0 Bumps [jquery-ui-rails](https://github.com/joliss/jquery-ui-rails) from 4.2.0 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/v4.2.0...v6.0.0) --- updated-dependencies: - dependency-name: jquery-ui-rails dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index cdcc7c3..3ffc49e 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ gem 'sdoc', '~> 0.4.0', group: :doc ## TWITTER BOOTSTRAP, SIMPLE_FORM & FONTAWESOME gem "tilt", "1.4.1" gem 'jquery-rails', "4.0.3" -gem 'jquery-ui-rails', "4.2.0" +gem 'jquery-ui-rails', "6.0.0" gem 'less-rails', "2.8.0" gem 'twitter-bootstrap-rails', "3.2.2" gem 'simple_form', "3.1.0" diff --git a/Gemfile.lock b/Gemfile.lock index fca9560..b3264e4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -94,7 +94,7 @@ GEM coffee-script-source (1.12.2) columnize (0.9.0) commonjs (0.2.7) - concurrent-ruby (1.1.10) + concurrent-ruby (1.2.0) crass (1.0.6) database_cleaner (1.2.0) debug_inspector (0.0.2) @@ -147,7 +147,7 @@ GEM rails-dom-testing (~> 1.0) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - jquery-ui-rails (4.2.0) + jquery-ui-rails (6.0.0) railties (>= 3.2.16) json (1.8.6) less (2.6.0) @@ -162,7 +162,7 @@ GEM rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) ruby_dep (~> 1.2) - loofah (2.19.0) + loofah (2.19.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) lumberjack (1.0.11) @@ -174,7 +174,7 @@ GEM mime-types-data (3.2022.0105) mini_magick (4.9.4) mini_mime (1.0.1) - mini_portile2 (2.8.0) + mini_portile2 (2.8.1) minitest (5.5.1) multi_json (1.12.1) mysql2 (0.5.3) @@ -183,7 +183,7 @@ GEM net-ssh (>= 2.6.5) net-ssh (4.1.0) nio4r (2.5.8) - nokogiri (1.13.9) + nokogiri (1.14.0) mini_portile2 (~> 2.8.0) racc (~> 1.4) notiffany (0.1.1) @@ -195,7 +195,7 @@ GEM slop (~> 3.4) puma (6.0.0) nio4r (~> 2.0) - racc (1.6.0) + racc (1.6.2) rack (1.6.13) rack-livereload (0.3.16) rack @@ -212,20 +212,20 @@ GEM bundler (>= 1.3.0, < 2.0) railties (= 4.2.11.1) sprockets-rails - rails-deprecated_sanitizer (1.0.3) + rails-deprecated_sanitizer (1.0.4) activesupport (>= 4.2.0.alpha) rails-dom-testing (1.0.9) 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.1) actionpack (= 4.2.11.1) activesupport (= 4.2.11.1) rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) - rake (13.0.1) + rake (13.0.6) rb-fsevent (0.9.8) rb-inotify (0.9.8) ffi (>= 0.5.0) @@ -272,7 +272,7 @@ GEM therubyracer (0.12.3) libv8 (~> 3.16.14.15) ref - thor (0.20.3) + thor (1.2.1) thread_safe (0.3.6) tilt (1.4.1) twitter-bootstrap-rails (3.2.2) @@ -316,7 +316,7 @@ DEPENDENCIES ipaddress (= 0.8.0) jbuilder (~> 2.0) jquery-rails (= 4.0.3) - jquery-ui-rails (= 4.2.0) + jquery-ui-rails (= 6.0.0) less-rails (= 2.8.0) mini_magick (= 4.9.4) minitest (= 5.5.1)