From ddcba6ba350cda4a553c336e9b442f77286f3d8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Mar 2022 18:00:18 +0000 Subject: [PATCH] Bump sass-rails from 5.1.0 to 6.0.0 Bumps [sass-rails](https://github.com/rails/sass-rails) from 5.1.0 to 6.0.0. - [Release notes](https://github.com/rails/sass-rails/releases) - [Commits](https://github.com/rails/sass-rails/compare/v5.1.0...v6.0.0) --- updated-dependencies: - dependency-name: sass-rails dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 28 +++++++++++----------------- 2 files changed, 12 insertions(+), 18 deletions(-) diff --git a/Gemfile b/Gemfile index 38c5b3168..468dd5d53 100644 --- a/Gemfile +++ b/Gemfile @@ -81,7 +81,7 @@ gem 'rack-headers_filter', '0.0.1' # Filter out "dangerous" headers gem 'railties', '6.1.4.7' # Rails. Rails core, loads rest of Rails gem 'rails-i18n', '6.0.0' # Localizations for Rails built-ins gem 'redcarpet', '3.5.1' # Process markdown in form textareas (justifications) -gem 'sass-rails', '5.1.0', require: false # For .scss files (CSS extension) +gem 'sass-rails', '6.0.0', require: false # For .scss files (CSS extension) gem 'scout_apm', '4.1.2' # Monitor for memory leaks gem 'secure_headers', '6.3.3' # Add hardening measures to HTTP headers # WARNING!!!! diff --git a/Gemfile.lock b/Gemfile.lock index c13542fe8..3425cc832 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -150,7 +150,7 @@ GEM faraday-patron (1.0.0) faraday-rack (1.0.0) faraday-retry (1.0.3) - ffi (1.15.3) + ffi (1.15.5) font-awesome-rails (4.7.0.7) railties (>= 3.2, < 7) get_process_mem (0.2.7) @@ -361,9 +361,6 @@ GEM thor (~> 1.0) rainbow (3.1.1) rake (13.0.6) - rb-fsevent (0.11.0) - rb-inotify (0.10.1) - ffi (~> 1.0) redcarpet (3.5.1) regexp_parser (2.2.0) request_store (1.5.0) @@ -394,19 +391,16 @@ GEM ruby2_keywords (0.0.5) rubyzip (2.3.2) rugged (1.0.1) - sass (3.7.4) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.1.0) - railties (>= 5.2.0) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) + sass-rails (6.0.0) + sassc-rails (~> 2.1, >= 2.1.1) sassc (2.4.0) ffi (~> 1.9) + sassc-rails (2.1.2) + railties (>= 4.0.0) + sassc (>= 2.0) + sprockets (> 3.0) + sprockets-rails + tilt sawyer (0.8.2) addressable (>= 2.3.5) faraday (> 0.8, < 2.0) @@ -424,7 +418,7 @@ GEM simplecov-html (0.12.3) simplecov_json_formatter (0.1.3) spring (4.0.0) - sprockets (3.7.2) + sprockets (4.0.3) concurrent-ruby (~> 1.0) rack (> 1, < 3) sprockets-rails (3.4.2) @@ -540,7 +534,7 @@ DEPENDENCIES rubocop-performance (= 1.10.2) rubocop-rails (= 2.8.0) ruby-graphviz (= 1.2.5) - sass-rails (= 5.1.0) + sass-rails (= 6.0.0) scout_apm (= 4.1.2) secure_headers (= 6.3.3) selenium-webdriver (= 3.142.7)