From 59dc664afc4ebd5d201fce26b81699537248702b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 05:21:45 +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 1153ef9a9..3f30a6b58 100644 --- a/Gemfile +++ b/Gemfile @@ -82,7 +82,7 @@ gem 'rack-headers_filter', '0.0.1' # Filter out "dangerous" headers gem 'railties', '6.1.7.1' # 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.4' # Add hardening measures to HTTP headers # WARNING!!!! diff --git a/Gemfile.lock b/Gemfile.lock index a65c8c929..2ee09c75d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -347,9 +347,6 @@ GEM thor (~> 1.0) rainbow (3.1.1) rake (13.0.6) - rb-fsevent (0.11.2) - rb-inotify (0.10.1) - ffi (~> 1.0) redcarpet (3.5.1) regexp_parser (2.6.2) request_store (1.5.1) @@ -381,19 +378,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.9.2) addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) @@ -415,9 +409,9 @@ GEM hashie version_gem (~> 1.1, >= 1.1.1) spring (4.0.0) - sprockets (3.7.2) + sprockets (4.2.0) concurrent-ruby (~> 1.0) - rack (> 1, < 3) + rack (>= 2.2.4, < 4) sprockets-rails (3.4.2) actionpack (>= 5.2) activesupport (>= 5.2) @@ -533,7 +527,7 @@ DEPENDENCIES rubocop-performance (= 1.15.1) rubocop-rails (= 2.17.3) ruby-graphviz (= 1.2.5) - sass-rails (= 5.1.0) + sass-rails (= 6.0.0) scout_apm (= 4.1.2) secure_headers (= 6.3.4) selenium-webdriver (= 3.142.7)