diff --git a/Gemfile b/Gemfile index 611bc5c25..4aa2f7a9c 100644 --- a/Gemfile +++ b/Gemfile @@ -175,7 +175,7 @@ gem "coffee-rails" # Use jquery as the JavaScript library gem "jquery-rails" # Hold back jquery-ui-rails. We get Sprockets::FileNotFound with newer version -gem "jquery-ui-rails", "~> 5" +gem "jquery-ui-rails", "~> 6" # Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks # Disabling so we can browser traces on newrelic diff --git a/Gemfile.lock b/Gemfile.lock index f765a81f8..3f86e05a3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -123,7 +123,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.10) + concurrent-ruby (1.2.0) connection_pool (2.2.5) cookiejar (0.3.3) crack (0.4.5) @@ -175,7 +175,7 @@ GEM em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) - erubi (1.11.0) + erubi (1.12.0) erubis (2.7.0) eventmachine (1.2.7) excon (0.92.4) @@ -287,7 +287,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.2) jwt (2.4.1) @@ -309,7 +309,7 @@ GEM listen (3.7.1) 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) @@ -323,12 +323,11 @@ GEM method_source (1.0.0) mime-types (1.25.1) mini_mime (1.1.2) - mini_portile2 (2.8.0) minitar (0.8) minitar-cli (0.8) minitar (~> 0.8.0) powerbar (~> 1.0) - minitest (5.16.2) + minitest (5.17.0) msgpack (1.5.4) multi_json (1.15.0) multi_xml (0.6.0) @@ -342,8 +341,7 @@ GEM net-ssh (7.0.1) netrc (0.11.0) nio4r (2.5.8) - nokogiri (1.13.8) - mini_portile2 (~> 2.8.0) + nokogiri (1.13.8-x86_64-linux) racc (~> 1.4) notiffany (0.1.3) nenv (~> 0.1) @@ -391,8 +389,8 @@ GEM public_suffix (4.0.7) puma (5.6.4) nio4r (~> 2.0) - racc (1.6.0) - rack (2.2.4) + racc (1.6.2) + rack (2.2.6.2) rack-livereload (0.3.17) rack rack-mini-profiler (3.0.0) @@ -421,8 +419,8 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.4.3) - loofah (~> 2.3) + rails-html-sanitizer (1.5.0) + loofah (~> 2.19, >= 2.19.1) rails-timeago (2.20.0) actionpack (>= 5.2) activesupport (>= 5.2) @@ -562,7 +560,7 @@ GEM sorbet (0.5.10262) sorbet-static (= 0.5.10262) sorbet-runtime (0.5.10262) - sorbet-static (0.5.10262-universal-darwin-14) + sorbet-static (0.5.10262-x86_64-linux) sorbet-static-and-runtime (0.5.10262) sorbet (= 0.5.10262) sorbet-runtime (= 0.5.10262) @@ -638,7 +636,7 @@ GEM railties (>= 3.1) PLATFORMS - ruby + x86_64-linux DEPENDENCIES RedCloth @@ -682,7 +680,7 @@ DEPENDENCIES honeybadger jbuilder jquery-rails - jquery-ui-rails (~> 5) + jquery-ui-rails (~> 6) jwt kaminari kaminari-bootstrap (~> 3.0.1)