From 621d98d61ed3974e9cd3321d3d62184a37d106a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Aug 2021 00:27:35 +0000 Subject: [PATCH] Bump sanitize from 5.2.3 to 6.0.0 Bumps [sanitize](https://github.com/rgrove/sanitize) from 5.2.3 to 6.0.0. - [Release notes](https://github.com/rgrove/sanitize/releases) - [Changelog](https://github.com/rgrove/sanitize/blob/main/HISTORY.md) - [Commits](https://github.com/rgrove/sanitize/compare/v5.2.3...v6.0.0) --- updated-dependencies: - dependency-name: sanitize dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 6 +++--- Gemfile.lock | 38 ++++++++++++++++++-------------------- 2 files changed, 21 insertions(+), 23 deletions(-) diff --git a/Gemfile b/Gemfile index 13131181..ae19dcb2 100644 --- a/Gemfile +++ b/Gemfile @@ -22,10 +22,10 @@ gem 'bcrypt', '~> 3.1.16' gem 'chartjs-ror', :git => 'git://github.com/ZeiP/chartjs-ror.git' gem 'htmlentities' gem 'paperclip' -gem 'puma', '~> 5.3' +gem 'puma', '~> 5.4' gem 'rails_autolink' gem 'RedCloth' -gem 'sanitize', '~> 5.2' +gem 'sanitize', '~> 6.0' gem 'will_paginate' # See https://github.com/sstephenson/execjs#readme for more supported runtimes @@ -40,7 +40,7 @@ group :development do gem 'spring' gem 'yard' - gem 'tolk', '~> 4.0.1' + gem 'tolk', '~> 4.1.0' gem 'bullet' gem 'rack-mini-profiler' diff --git a/Gemfile.lock b/Gemfile.lock index 36f49dd2..b82f1e50 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -78,7 +78,7 @@ GEM ast (2.4.2) autoprefixer-rails (10.1.0.0) execjs - backport (1.1.2) + backport (1.2.0) bcrypt (3.1.16) benchmark (0.1.1) bootstrap-sass (3.4.1) @@ -112,11 +112,11 @@ GEM factory_bot_rails (6.2.0) factory_bot (~> 6.2.0) railties (>= 5.0.0) - ffi (1.15.0) + ffi (1.15.3) font-awesome-sass (5.15.1) sassc (>= 1.11) - globalid (0.4.2) - activesupport (>= 4.2.0) + globalid (0.5.2) + activesupport (>= 5.0) highline (2.0.3) htmlentities (4.3.4) i18n (1.8.10) @@ -160,18 +160,16 @@ GEM mimemagic (0.3.10) nokogiri (~> 1) rake - mini_mime (1.0.2) + mini_mime (1.1.0) mini_portile2 (2.6.1) minitest (5.14.4) minitest-stub-const (0.6) mocha (1.13.0) mysql2 (0.5.3) - nio4r (2.5.7) + nio4r (2.5.8) nokogiri (1.12.2) mini_portile2 (~> 2.6.1) racc (~> 1.4) - nokogumbo (2.0.4) - nokogiri (~> 1.8, >= 1.8.4) paperclip (6.1.0) activemodel (>= 4.2.0) activesupport (>= 4.2.0) @@ -182,7 +180,7 @@ GEM parser (3.0.2.0) ast (~> 2.4.1) pg (1.2.3) - puma (5.3.2) + puma (5.4.0) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) @@ -248,14 +246,13 @@ GEM rubocop-ast (>= 1.8.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.8.0) + rubocop-ast (1.9.0) parser (>= 3.0.1.1) ruby-progressbar (1.11.0) safe_yaml (1.0.5) - sanitize (5.2.3) + sanitize (6.0.0) crass (~> 1.0.2) - nokogiri (>= 1.8.0) - nokogumbo (~> 2.0) + nokogiri (>= 1.12.0) sassc (2.4.0) ffi (~> 1.9) sassc-rails (2.1.2) @@ -270,10 +267,11 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) simplecov_json_formatter (0.1.2) - solargraph (0.40.4) - backport (~> 1.1) + solargraph (0.43.0) + backport (~> 1.2) benchmark bundler (>= 1.17.2) + diff-lcs (~> 1.4) e2mmap jaro_winkler (~> 1.5) kramdown (~> 2.3) @@ -303,7 +301,7 @@ GEM thor (1.1.0) thread_safe (0.3.6) tilt (2.0.10) - tolk (4.0.1) + tolk (4.1.0) rails (>= 5.0) safe_yaml (>= 0.8.6) sassc @@ -313,7 +311,7 @@ GEM execjs (>= 0.3.0, < 3) unicode-display_width (1.7.0) uniform_notifier (1.14.1) - websocket-driver (0.7.3) + websocket-driver (0.7.5) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) will_paginate (3.3.0) @@ -349,7 +347,7 @@ DEPENDENCIES mysql2 (~> 0.5.3) paperclip pg (~> 1.2.3) - puma (~> 5.3) + puma (~> 5.4) rack-mini-profiler rails (~> 6.0.3) rails-controller-testing @@ -357,14 +355,14 @@ DEPENDENCIES rails_autolink rspec-expectations rubocop (~> 1.18) - sanitize (~> 5.2) + sanitize (~> 6.0) sassc-rails (~> 2.1.2) simplecov solargraph spring sqlite3 therubyracer - tolk (~> 4.0.1) + tolk (~> 4.1.0) uglifier (>= 1.3.0) will_paginate yard