Skip to content

Commit a5915c4

Browse files
Bump sass-rails from 5.0.6 to 6.0.0
Bumps [sass-rails](https://github.com/rails/sass-rails) from 5.0.6 to 6.0.0. - [Release notes](https://github.com/rails/sass-rails/releases) - [Commits](rails/sass-rails@v5.0.6...v6.0.0) --- updated-dependencies: - dependency-name: sass-rails dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fbde094 commit a5915c4

27 files changed

+27
-15
lines changed

Gemfile.lock

Lines changed: 27 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ GEM
4848
virtus (~> 1.0)
4949
coercible (1.0.0)
5050
descendants_tracker (~> 0.0.1)
51-
concurrent-ruby (1.1.9)
51+
concurrent-ruby (1.1.10)
5252
crack (0.4.3)
5353
safe_yaml (~> 1.0.0)
5454
crass (1.0.6)
@@ -84,14 +84,15 @@ GEM
8484
execjs (2.7.0)
8585
faraday (0.17.0)
8686
multipart-post (>= 1.2, < 3)
87+
ffi (1.15.5)
8788
font-awesome-sass (4.7.0)
8889
sass (>= 3.2)
8990
gherkin (4.0.0)
9091
hashdiff (0.3.2)
9192
hashie (5.0.0)
9293
http-cookie (1.0.3)
9394
domain_name (~> 0.5)
94-
i18n (1.8.10)
95+
i18n (1.12.0)
9596
concurrent-ruby (~> 1.0)
9697
ice_nine (0.11.2)
9798
jquery-rails (4.2.2)
@@ -102,15 +103,15 @@ GEM
102103
jwt (2.2.1)
103104
launchy (2.4.3)
104105
addressable (~> 2.3)
105-
loofah (2.18.0)
106+
loofah (2.19.0)
106107
crass (~> 1.0.2)
107108
nokogiri (>= 1.5.9)
108109
method_source (1.0.0)
109110
mime-types (3.4.1)
110111
mime-types-data (~> 3.2015)
111112
mime-types-data (3.2022.0105)
112113
mini_portile2 (2.8.0)
113-
minitest (5.14.4)
114+
minitest (5.16.3)
114115
multi_json (1.14.1)
115116
multi_test (0.1.2)
116117
multi_xml (0.6.0)
@@ -148,7 +149,7 @@ GEM
148149
puma (5.6.4)
149150
nio4r (~> 2.0)
150151
racc (1.6.0)
151-
rack (2.2.3.1)
152+
rack (2.2.4)
152153
rack-protection (3.0.2)
153154
rack
154155
rack-test (0.6.3)
@@ -172,6 +173,9 @@ GEM
172173
rake (>= 0.8.7)
173174
thor (>= 0.18.1, < 2.0)
174175
rake (13.0.6)
176+
rb-fsevent (0.11.2)
177+
rb-inotify (0.10.1)
178+
ffi (~> 1.0)
175179
rest-client (2.0.2)
176180
http-cookie (>= 1.0.2, < 2.0)
177181
mime-types (>= 1.16, < 4.0)
@@ -194,16 +198,24 @@ GEM
194198
rspec-support (~> 3.10)
195199
rspec-support (3.10.2)
196200
safe_yaml (1.0.4)
197-
sass (3.4.23)
198-
sass-rails (5.0.6)
199-
railties (>= 4.0.0, < 6)
200-
sass (~> 3.1)
201-
sprockets (>= 2.8, < 4.0)
202-
sprockets-rails (>= 2.0, < 4.0)
203-
tilt (>= 1.1, < 3)
201+
sass (3.7.4)
202+
sass-listen (~> 4.0.0)
203+
sass-listen (4.0.0)
204+
rb-fsevent (~> 0.9, >= 0.9.4)
205+
rb-inotify (~> 0.9, >= 0.9.7)
206+
sass-rails (6.0.0)
207+
sassc-rails (~> 2.1, >= 2.1.1)
208+
sassc (2.4.0)
209+
ffi (~> 1.9)
210+
sassc-rails (2.1.2)
211+
railties (>= 4.0.0)
212+
sassc (>= 2.0)
213+
sprockets (> 3.0)
214+
sprockets-rails
215+
tilt
204216
sentry-raven (2.7.1)
205217
faraday (>= 0.7.6, < 1.0)
206-
sprockets (3.7.2)
218+
sprockets (4.1.1)
207219
concurrent-ruby (~> 1.0)
208220
rack (> 1, < 3)
209221
sprockets-rails (3.2.2)
@@ -212,9 +224,9 @@ GEM
212224
sprockets (>= 3.0.0)
213225
test-unit (3.5.5)
214226
power_assert
215-
thor (1.1.0)
227+
thor (1.2.1)
216228
thread_safe (0.3.6)
217-
tilt (2.0.5)
229+
tilt (2.0.11)
218230
tzinfo (1.2.10)
219231
thread_safe (~> 0.1)
220232
uglifier (3.0.4)
352 KB
Binary file not shown.
-350 KB
Binary file not shown.

vendor/cache/ffi-1.15.5.gem

889 KB
Binary file not shown.

vendor/cache/i18n-1.12.0.gem

43.5 KB
Binary file not shown.

vendor/cache/i18n-1.8.10.gem

-41 KB
Binary file not shown.

vendor/cache/loofah-2.18.0.gem

-30.5 KB
Binary file not shown.

vendor/cache/loofah-2.19.0.gem

31.5 KB
Binary file not shown.

vendor/cache/minitest-5.14.4.gem

-84 KB
Binary file not shown.

vendor/cache/minitest-5.16.3.gem

91 KB
Binary file not shown.

0 commit comments

Comments
 (0)