Skip to content

Commit 87112a1

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) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 391348a commit 87112a1

File tree

2 files changed

+24
-12
lines changed

2 files changed

+24
-12
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ gem 'puma'
2121
gem 'rack-canonical-host'
2222
gem 'rails', '~> 4.2'
2323
gem 'recipient_interceptor'
24-
gem 'sass-rails', '~> 5.0'
24+
gem 'sass-rails', '~> 6.0'
2525
gem 'simple_form'
2626
gem 'telegram-bot-ruby'
2727
gem 'title'

Gemfile.lock

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ GEM
107107
railties (>= 3.0.0)
108108
faraday (0.15.4)
109109
multipart-post (>= 1.2, < 3)
110+
ffi (1.12.2)
110111
flutie (2.0.0)
111112
formulaic (0.4.1)
112113
activesupport
@@ -144,7 +145,7 @@ GEM
144145
sass (>= 3.3)
145146
newrelic_rpm (6.9.0.363)
146147
nio4r (2.5.2)
147-
nokogiri (1.10.8)
148+
nokogiri (1.10.9)
148149
mini_portile2 (~> 2.4.0)
149150
normalize-rails (3.0.3)
150151
pg (0.20.0)
@@ -193,6 +194,9 @@ GEM
193194
rake (>= 0.8.7)
194195
thor (>= 0.18.1, < 2.0)
195196
rake (13.0.1)
197+
rb-fsevent (0.10.3)
198+
rb-inotify (0.10.1)
199+
ffi (~> 1.0)
196200
recipient_interceptor (0.2.0)
197201
mail
198202
refills (0.2.0)
@@ -215,13 +219,21 @@ GEM
215219
rspec-support (~> 3.9.0)
216220
rspec-support (3.9.2)
217221
safe_yaml (1.0.5)
218-
sass (3.4.24)
219-
sass-rails (5.0.6)
220-
railties (>= 4.0.0, < 6)
221-
sass (~> 3.1)
222-
sprockets (>= 2.8, < 4.0)
223-
sprockets-rails (>= 2.0, < 4.0)
224-
tilt (>= 1.1, < 3)
222+
sass (3.7.4)
223+
sass-listen (~> 4.0.0)
224+
sass-listen (4.0.0)
225+
rb-fsevent (~> 0.9, >= 0.9.4)
226+
rb-inotify (~> 0.9, >= 0.9.7)
227+
sass-rails (6.0.0)
228+
sassc-rails (~> 2.1, >= 2.1.1)
229+
sassc (2.2.1)
230+
ffi (~> 1.9)
231+
sassc-rails (2.1.2)
232+
railties (>= 4.0.0)
233+
sassc (>= 2.0)
234+
sprockets (> 3.0)
235+
sprockets-rails
236+
tilt
225237
shoulda-matchers (4.1.2)
226238
activesupport (>= 4.2.0)
227239
simple_form (4.0.0)
@@ -235,7 +247,7 @@ GEM
235247
spring (2.1.0)
236248
spring-commands-rspec (1.0.4)
237249
spring (>= 0.9.1)
238-
sprockets (3.7.2)
250+
sprockets (4.0.0)
239251
concurrent-ruby (~> 1.0)
240252
rack (> 1, < 3)
241253
sprockets-rails (3.2.1)
@@ -248,7 +260,7 @@ GEM
248260
virtus
249261
thor (0.20.3)
250262
thread_safe (0.3.6)
251-
tilt (2.0.7)
263+
tilt (2.0.10)
252264
timecop (0.9.1)
253265
title (0.0.7)
254266
i18n
@@ -310,7 +322,7 @@ DEPENDENCIES
310322
recipient_interceptor
311323
refills
312324
rspec-rails (~> 3.9.0)
313-
sass-rails (~> 5.0)
325+
sass-rails (~> 6.0)
314326
shoulda-matchers
315327
simple_form
316328
simplecov

0 commit comments

Comments
 (0)