Skip to content

Commit aeb28ee

Browse files
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](rails/sass-rails@v5.0.7...v6.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent b280ad9 commit aeb28ee

File tree

1 file changed

+12
-15
lines changed

1 file changed

+12
-15
lines changed

Gemfile.lock

+12-15
Original file line numberDiff line numberDiff line change
@@ -406,8 +406,8 @@ GEM
406406
rainbow (3.0.0)
407407
rake (13.0.0)
408408
rb-fsevent (0.10.3)
409-
rb-inotify (0.9.10)
410-
ffi (>= 0.5.0, < 2)
409+
rb-inotify (0.10.0)
410+
ffi (~> 1.0)
411411
record_tag_helper (1.0.0)
412412
actionview (~> 5.x)
413413
regexp_parser (1.6.0)
@@ -454,20 +454,17 @@ GEM
454454
crass (~> 1.0.2)
455455
nokogiri (>= 1.8.0)
456456
nokogumbo (~> 2.0)
457-
sass (3.7.2)
458-
sass-listen (~> 4.0.0)
459-
sass-listen (4.0.0)
460-
rb-fsevent (~> 0.9, >= 0.9.4)
461-
rb-inotify (~> 0.9, >= 0.9.7)
462-
sass-rails (5.0.7)
463-
railties (>= 4.0.0, < 6)
464-
sass (~> 3.1)
465-
sprockets (>= 2.8, < 4.0)
466-
sprockets-rails (>= 2.0, < 4.0)
467-
tilt (>= 1.1, < 3)
457+
sass-rails (6.0.0)
458+
sassc-rails (~> 2.1, >= 2.1.1)
468459
sassc (2.0.1)
469460
ffi (~> 1.9)
470461
rake
462+
sassc-rails (2.1.2)
463+
railties (>= 4.0.0)
464+
sassc (>= 2.0)
465+
sprockets (> 3.0)
466+
sprockets-rails
467+
tilt
471468
selenium-webdriver (3.142.6)
472469
childprocess (>= 0.5, < 4.0)
473470
rubyzip (>= 1.2.2)
@@ -492,7 +489,7 @@ GEM
492489
railties (>= 3.1)
493490
slim (>= 3.0, < 5.0)
494491
spring (2.1.0)
495-
sprockets (3.7.2)
492+
sprockets (4.0.0)
496493
concurrent-ruby (~> 1.0)
497494
rack (> 1, < 3)
498495
sprockets-rails (3.2.1)
@@ -506,7 +503,7 @@ GEM
506503
unicode-display_width (~> 1.1, >= 1.1.1)
507504
thor (0.20.3)
508505
thread_safe (0.3.6)
509-
tilt (2.0.8)
506+
tilt (2.0.10)
510507
traceroute (0.8.0)
511508
rails (>= 3.0.0)
512509
twitter-typeahead-rails (0.11.1)

0 commit comments

Comments
 (0)