Skip to content

Commit 6cced7f

Browse files
Update dependency sass-rails to v6
1 parent e7085cf commit 6cced7f

2 files changed

Lines changed: 21 additions & 20 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ gem 'concurrent-ruby', '< 1.3.5' # Temporary pin down as concurrent-ruby 1.3.5 b
1414
gem 'pg'
1515

1616
# Use SCSS for stylesheets
17-
gem 'sass-rails', '~> 5.1.0'
17+
gem 'sass-rails', '~> 6.0.0'
1818

1919
# Use jquery as the JavaScript library
2020
gem 'jquery-rails'

Gemfile.lock

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,8 @@ GEM
167167
method_source (1.1.0)
168168
mini_mime (1.1.5)
169169
minigit (0.0.4)
170-
minitest (5.27.0)
170+
minitest (6.0.1)
171+
prism (~> 1.5)
171172
more_core_extensions (4.5.1)
172173
activesupport
173174
sync
@@ -185,9 +186,9 @@ GEM
185186
net-protocol
186187
net-ssh (7.3.0)
187188
nio4r (2.7.5)
188-
nokogiri (1.18.10-arm64-darwin)
189+
nokogiri (1.19.0-arm64-darwin)
189190
racc (~> 1.4)
190-
nokogiri (1.18.10-x86_64-linux-gnu)
191+
nokogiri (1.19.0-x86_64-linux-gnu)
191192
racc (~> 1.4)
192193
octokit (4.25.1)
193194
faraday (>= 1, < 3)
@@ -203,6 +204,7 @@ GEM
203204
pp (0.6.3)
204205
prettyprint
205206
prettyprint (0.2.0)
207+
prism (1.9.0)
206208
psych (5.3.0)
207209
date
208210
stringio
@@ -306,17 +308,16 @@ GEM
306308
rufus-scheduler (3.9.2)
307309
fugit (~> 1.1, >= 1.11.1)
308310
rugged (1.9.0)
309-
sass (3.7.4)
310-
sass-listen (~> 4.0.0)
311-
sass-listen (4.0.0)
312-
rb-fsevent (~> 0.9, >= 0.9.4)
313-
rb-inotify (~> 0.9, >= 0.9.7)
314-
sass-rails (5.1.0)
315-
railties (>= 5.2.0)
316-
sass (~> 3.1)
317-
sprockets (>= 2.8, < 4.0)
318-
sprockets-rails (>= 2.0, < 4.0)
319-
tilt (>= 1.1, < 3)
311+
sass-rails (6.0.0)
312+
sassc-rails (~> 2.1, >= 2.1.1)
313+
sassc (2.4.0)
314+
ffi (~> 1.9)
315+
sassc-rails (2.1.2)
316+
railties (>= 4.0.0)
317+
sassc (>= 2.0)
318+
sprockets (> 3.0)
319+
sprockets-rails
320+
tilt
320321
sawyer (0.9.2)
321322
addressable (>= 2.3.5)
322323
faraday (>= 0.17.3, < 3)
@@ -338,10 +339,10 @@ GEM
338339
simplecov_json_formatter (~> 0.1)
339340
simplecov-html (0.13.1)
340341
simplecov_json_formatter (0.1.4)
341-
sprockets (3.7.5)
342-
base64
342+
sprockets (4.2.2)
343343
concurrent-ruby (~> 1.0)
344-
rack (> 1, < 3)
344+
logger
345+
rack (>= 2.2.4, < 4)
345346
sprockets-rails (3.5.2)
346347
actionpack (>= 6.1)
347348
activesupport (>= 6.1)
@@ -370,7 +371,7 @@ GEM
370371
base64
371372
websocket-extensions (>= 0.1.0)
372373
websocket-extensions (0.1.5)
373-
zeitwerk (2.6.18)
374+
zeitwerk (2.7.4)
374375

375376
PLATFORMS
376377
arm64-darwin
@@ -403,7 +404,7 @@ DEPENDENCIES
403404
rspec
404405
rspec-rails
405406
rugged
406-
sass-rails (~> 5.1.0)
407+
sass-rails (~> 6.0.0)
407408
sidecloq
408409
sidekiq
409410
simplecov (>= 0.21.2)

0 commit comments

Comments
 (0)