From 132680fde6653d796cdb20763aaaf1732b97be15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jan 2023 23:18:15 +0000 Subject: [PATCH] Bump jquery-ui-rails from 4.1.2 to 6.0.0 Bumps [jquery-ui-rails](https://github.com/joliss/jquery-ui-rails) from 4.1.2 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.1.2...v6.0.0) --- updated-dependencies: - dependency-name: jquery-ui-rails dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 47d5a684..949f236a 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ gem 'pg', '~> 0.17.1' gem 'sass-rails', '~> 5.0', '>= 5.0.4' gem 'uglifier', '~> 2.1.1' # Use Uglifier as compressor for JavaScript assets gem 'coffee-rails', '~> 4.0.0' # Use CoffeeScript for .js.coffee assets and views -gem "jquery-ui-rails", "~> 4.1.1" +gem "jquery-ui-rails", "~> 6.0.0" gem 'jquery-rails', '~> 3.1.5' # Use jquery as the JavaScript library gem 'turbolinks', '~> 1.1.1' # Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks #gem 'jbuilder', '~> 1.2' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder diff --git a/Gemfile.lock b/Gemfile.lock index 34a1cb44..b396f267 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -112,7 +112,7 @@ GEM compass (~> 1.0.0) sass-rails (< 5.1) sprockets (< 4.0) - concurrent-ruby (1.1.8) + concurrent-ruby (1.1.10) countries (0.9.3) currencies (~> 0.4.2) country_select (2.1.1) @@ -165,8 +165,8 @@ GEM jquery-rails (3.1.5) railties (>= 3.0, < 5.0) thor (>= 0.14, < 2.0) - jquery-ui-rails (4.1.2) - railties (>= 3.1.0) + jquery-ui-rails (6.0.0) + railties (>= 3.2.16) json (1.8.6) kaminari (1.2.1) activesupport (>= 4.1.0) @@ -199,7 +199,7 @@ GEM mime-types-data (3.2021.0225) mini_mime (1.0.2) mini_portile2 (2.4.0) - minitest (5.14.4) + minitest (5.15.0) modernizr-rails (2.6.2.3) multi_json (1.14.1) nenv (0.3.0) @@ -338,13 +338,13 @@ GEM daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0, >= 1.0.4) rack (>= 1, < 3) - thor (1.1.0) + thor (1.2.1) thread_safe (0.3.6) tilt (2.0.10) ttfunk (1.4.0) turbolinks (1.1.1) coffee-rails - tzinfo (1.2.9) + tzinfo (1.2.10) thread_safe (~> 0.1) uglifier (2.1.2) execjs (>= 0.3.0) @@ -390,7 +390,7 @@ DEPENDENCIES guard-rspec (~> 4.3.1) haml (~> 5.0.0) jquery-rails (~> 3.1.5) - jquery-ui-rails (~> 4.1.1) + jquery-ui-rails (~> 6.0.0) kaminari (~> 1.2.1) launchy (~> 2.4.2) mailboxer (~> 0.13.0)