From cab93bf66327699b4d36ee25e61b2bf33329c0ec Mon Sep 17 00:00:00 2001 From: MariaAga Date: Fri, 26 Apr 2024 19:22:24 +0200 Subject: [PATCH] Fixes #37390 - drop jquery-ui --- app/assets/stylesheets/application.scss | 4 ---- bundler.d/assets.rb | 1 - 2 files changed, 5 deletions(-) diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 8f9245e4450..84f6aa89ebd 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -1,7 +1,3 @@ -@import 'jquery-ui/theme'; -@import 'jquery-ui/core'; -@import 'jquery-ui/menu'; -//we need to import all the above because we are using jquery-ui-rails and it uses sprockets require instaed of sass import. @import 'patternfly-sprockets'; @import 'colors'; @import 'patternfly'; diff --git a/bundler.d/assets.rb b/bundler.d/assets.rb index 606f604cc45..7c8b01ab990 100644 --- a/bundler.d/assets.rb +++ b/bundler.d/assets.rb @@ -1,5 +1,4 @@ group :assets do - gem 'jquery-ui-rails', '~> 6.0' gem 'patternfly-sass', '~> 3.59.4' gem 'gettext_i18n_rails_js', '~> 1.4' gem 'po_to_json', '~> 1.1'