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 Mar 10, 2022
1 parent 82b14d2 commit ddcba6b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 18 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.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!!!!
Expand Down
28 changes: 11 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit ddcba6b

Please sign in to comment.