Skip to content

Commit

Permalink
Bump sass-rails from 5.1.0 to 6.0.0
Browse files Browse the repository at this point in the history
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](rails/sass-rails@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 23, 2021
1 parent 3c187b2 commit 30077a2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ gem 'rack-headers_filter', '0.0.1' # Filter out "dangerous" headers
gem 'railties', '6.1.4.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.3' # Add hardening measures to HTTP headers
gem 'sprockets-rails', '3.2.2' # Rails. Asset precompilation
Expand Down
30 changes: 12 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ GEM
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
ffi (1.15.3)
ffi (1.15.4)
font-awesome-rails (4.7.0.7)
railties (>= 3.2, < 7)
get_process_mem (0.2.7)
Expand Down Expand Up @@ -330,7 +330,7 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.1)
rails-html-sanitizer (1.4.2)
loofah (~> 2.3)
rails-i18n (6.0.0)
i18n (>= 0.7, < 2)
Expand All @@ -356,9 +356,6 @@ GEM
thor (~> 1.0)
rainbow (3.0.0)
rake (13.0.6)
rb-fsevent (0.11.0)
rb-inotify (0.10.1)
ffi (~> 1.0)
redcarpet (3.5.1)
regexp_parser (2.1.1)
request_store (1.5.0)
Expand Down Expand Up @@ -389,19 +386,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)
Expand All @@ -419,7 +413,7 @@ GEM
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.3)
spring (3.0.0)
sprockets (3.7.2)
sprockets (4.0.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.2)
Expand Down Expand Up @@ -536,7 +530,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)
Expand Down

0 comments on commit 30077a2

Please sign in to comment.