From c0ed44b14168809fb54605fa0f56fa0f848d8342 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2019 15:09:21 +0000 Subject: [PATCH] Bump sass-rails from 5.0.7 to 6.0.0 Bumps [sass-rails](https://github.com/rails/sass-rails) from 5.0.7 to 6.0.0. - [Release notes](https://github.com/rails/sass-rails/releases) - [Commits](https://github.com/rails/sass-rails/compare/v5.0.7...v6.0.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 40 ++++++++++++++++++++++------------------ 2 files changed, 23 insertions(+), 19 deletions(-) diff --git a/Gemfile b/Gemfile index c2a937f5..a0fae44e 100644 --- a/Gemfile +++ b/Gemfile @@ -25,7 +25,7 @@ gem 'pg', '~> 1.1' gem 'puma', '~> 3.12' gem 'rack-cors', '~> 1.0' gem 'rails', '~> 5.2.3' -gem 'sass-rails', '~> 5.0' +gem 'sass-rails', '~> 6.0' gem 'slack-notifier', '~> 2.3.2' gem 'turbolinks', '~> 5' gem 'uglifier', '>= 1.3.0' diff --git a/Gemfile.lock b/Gemfile.lock index 7e42701d..4aebc4c9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -127,7 +127,7 @@ GEM activesupport (>= 5.0) request_store (>= 1.0) encryptor (3.0.0) - erubi (1.8.0) + erubi (1.9.0) execjs (2.7.0) factory_bot (5.0.2) activesupport (>= 4.2.0) @@ -136,7 +136,7 @@ GEM railties (>= 4.2.0) faker (1.9.3) i18n (>= 0.7) - ffi (1.10.0) + ffi (1.11.1) foreman (0.85.0) thor (~> 0.19.1) globalid (0.4.2) @@ -146,7 +146,7 @@ GEM bootstrap (~> 4.1.3) rails (>= 4.2.0) sass-rails - i18n (1.6.0) + i18n (1.7.0) concurrent-ruby (~> 1.0) io-like (0.3.0) jmespath (1.3.1) @@ -168,7 +168,7 @@ GEM rb-inotify (~> 0.9, >= 0.9.7) ruby_dep (~> 1.2) local_time (2.1.0) - loofah (2.2.3) + loofah (2.3.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) @@ -180,7 +180,7 @@ GEM mimemagic (0.3.3) mini_mime (1.0.1) mini_portile2 (2.4.0) - minitest (5.11.3) + minitest (5.12.2) minitest-capybara (0.8.2) capybara (~> 2.2) minitest (~> 5.0) @@ -230,15 +230,15 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.0.4) - loofah (~> 2.2, >= 2.2.2) + rails-html-sanitizer (1.3.0) + loofah (~> 2.3) railties (5.2.3) actionpack (= 5.2.3) activesupport (= 5.2.3) method_source rake (>= 0.8.7) thor (>= 0.19.0, < 2.0) - rake (12.3.2) + rake (13.0.0) rb-fsevent (0.10.3) rb-inotify (0.10.0) ffi (~> 1.0) @@ -251,17 +251,21 @@ GEM ruby_dep (1.5.0) rubyzip (1.2.2) safe_yaml (1.0.5) - sass (3.7.3) + 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.0.7) - railties (>= 4.0.0, < 6) - 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.2.1) + ffi (~> 1.9) + sassc-rails (2.1.2) + railties (>= 4.0.0) + sassc (>= 2.0) + sprockets (> 3.0) + sprockets-rails + tilt selenium-webdriver (3.141.0) childprocess (~> 0.5) rubyzip (~> 1.2, >= 1.2.2) @@ -271,7 +275,7 @@ GEM spring-watcher-listen (2.0.1) listen (>= 2.7, < 4.0) spring (>= 1.2, < 3.0) - sprockets (3.7.2) + sprockets (4.0.0) concurrent-ruby (~> 1.0) rack (> 1, < 3) sprockets-rails (3.2.1) @@ -280,7 +284,7 @@ GEM sprockets (>= 3.0.0) thor (0.19.4) thread_safe (0.3.6) - tilt (2.0.9) + tilt (2.0.10) turbolinks (5.2.0) turbolinks-source (~> 5.2) turbolinks-source (5.2.0) @@ -343,7 +347,7 @@ DEPENDENCIES rack-cors (~> 1.0) rails (~> 5.2.3) ruby-progressbar (~> 1.10) - sass-rails (~> 5.0) + sass-rails (~> 6.0) selenium-webdriver slack-notifier (~> 2.3.2) spring