Skip to content

Commit 1897272

Browse files
Bump sass-rails from 5.1.0 to 6.0.0
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] <support@github.com>
1 parent 44d4007 commit 1897272

File tree

2 files changed

+20
-21
lines changed

2 files changed

+20
-21
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ gem "pg"
1313
gem "puma"
1414
gem "rails", "~> 6.1", ">= 6.1.7.3"
1515
gem "responders"
16-
gem "sass-rails", "< 6.0.0"
16+
gem "sass-rails", "< 7.0.0"
1717
gem "sentry-rails"
1818
gem "sentry-ruby"
1919
gem "uglifier"

Gemfile.lock

+19-20
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ GEM
149149
factory_bot_rails (6.2.0)
150150
factory_bot (~> 6.2.0)
151151
railties (>= 5.0.0)
152-
ffi (1.15.5)
152+
ffi (1.16.3)
153153
globalid (1.1.0)
154154
activesupport (>= 5.0)
155155
govuk-components (5.1.0)
@@ -164,7 +164,7 @@ GEM
164164
highline (2.1.0)
165165
html-attributes-utils (1.0.2)
166166
activesupport (>= 6.1.4.4)
167-
i18n (1.14.1)
167+
i18n (1.14.4)
168168
concurrent-ruby (~> 1.0)
169169
i18n-debug (1.2.0)
170170
i18n (< 2)
@@ -242,7 +242,7 @@ GEM
242242
puma (5.6.4)
243243
nio4r (~> 2.0)
244244
racc (1.7.3)
245-
rack (2.2.7)
245+
rack (2.2.8.1)
246246
rack-test (2.1.0)
247247
rack (>= 1.3)
248248
rails (6.1.7.3)
@@ -281,7 +281,7 @@ GEM
281281
rake (>= 12.2)
282282
thor (~> 1.0)
283283
rainbow (3.1.1)
284-
rake (13.0.6)
284+
rake (13.1.0)
285285
rb-fsevent (0.11.2)
286286
rb-inotify (0.10.1)
287287
ffi (~> 1.0)
@@ -343,17 +343,16 @@ GEM
343343
rubocop-capybara (~> 2.17)
344344
ruby-progressbar (1.13.0)
345345
rubyzip (2.3.2)
346-
sass (3.7.4)
347-
sass-listen (~> 4.0.0)
348-
sass-listen (4.0.0)
349-
rb-fsevent (~> 0.9, >= 0.9.4)
350-
rb-inotify (~> 0.9, >= 0.9.7)
351-
sass-rails (5.1.0)
352-
railties (>= 5.2.0)
353-
sass (~> 3.1)
354-
sprockets (>= 2.8, < 4.0)
355-
sprockets-rails (>= 2.0, < 4.0)
356-
tilt (>= 1.1, < 3)
346+
sass-rails (6.0.0)
347+
sassc-rails (~> 2.1, >= 2.1.1)
348+
sassc (2.4.0)
349+
ffi (~> 1.9)
350+
sassc-rails (2.1.2)
351+
railties (>= 4.0.0)
352+
sassc (>= 2.0)
353+
sprockets (> 3.0)
354+
sprockets-rails
355+
tilt
357356
selenium-webdriver (4.12.0)
358357
rexml (~> 3.2, >= 3.2.5)
359358
rubyzip (>= 1.2.2, < 3.0)
@@ -372,9 +371,9 @@ GEM
372371
simplecov (>= 0.4.1)
373372
simplecov_json_formatter (0.1.4)
374373
smart_properties (1.17.0)
375-
sprockets (3.7.2)
374+
sprockets (4.2.1)
376375
concurrent-ruby (~> 1.0)
377-
rack (> 1, < 3)
376+
rack (>= 2.2.4, < 4)
378377
sprockets-rails (3.4.2)
379378
actionpack (>= 5.2)
380379
activesupport (>= 5.2)
@@ -383,9 +382,9 @@ GEM
383382
ffi (~> 1.1)
384383
terminal-table (3.0.2)
385384
unicode-display_width (>= 1.1.1, < 3)
386-
thor (1.2.2)
385+
thor (1.3.1)
387386
thread_safe (0.3.6)
388-
tilt (2.0.10)
387+
tilt (2.3.0)
389388
timeout (0.3.2)
390389
tzinfo (2.0.6)
391390
concurrent-ruby (~> 1.0)
@@ -439,7 +438,7 @@ DEPENDENCIES
439438
responders
440439
rspec-rails
441440
rubocop-govuk
442-
sass-rails (< 6.0.0)
441+
sass-rails (< 7.0.0)
443442
selenium-webdriver
444443
sentry-rails
445444
sentry-ruby

0 commit comments

Comments
 (0)