Skip to content
This repository was archived by the owner on Jul 15, 2021. It is now read-only.

Commit d038df7

Browse files
committed
Upgrade sass-rails
To remove Sprockets deprecations
1 parent 5c7cbe6 commit d038df7

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

Gemfile.lock

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ GEM
6363
execjs (2.6.0)
6464
faraday (0.9.1)
6565
multipart-post (>= 1.2, < 3)
66+
ffi (1.9.18)
6667
gemoji (2.1.0)
6768
globalid (0.4.0)
6869
activesupport (>= 4.2.0)
@@ -153,17 +154,24 @@ GEM
153154
rake (>= 0.8.7)
154155
thor (>= 0.18.1, < 2.0)
155156
rake (12.0.0)
157+
rb-fsevent (0.10.2)
158+
rb-inotify (0.9.10)
159+
ffi (>= 0.5.0, < 2)
156160
rdoc (4.2.0)
157161
json (~> 1.4)
158162
ruby_parser (3.7.0)
159163
sexp_processor (~> 4.1)
160-
sass (3.4.16)
161-
sass-rails (5.0.3)
162-
railties (>= 4.0.0, < 5.0)
164+
sass (3.5.1)
165+
sass-listen (~> 4.0.0)
166+
sass-listen (4.0.0)
167+
rb-fsevent (~> 0.9, >= 0.9.4)
168+
rb-inotify (~> 0.9, >= 0.9.7)
169+
sass-rails (5.0.6)
170+
railties (>= 4.0.0, < 6)
163171
sass (~> 3.1)
164172
sprockets (>= 2.8, < 4.0)
165173
sprockets-rails (>= 2.0, < 4.0)
166-
tilt (~> 1.1)
174+
tilt (>= 1.1, < 3)
167175
sdoc (0.4.1)
168176
json (~> 1.7, >= 1.7.7)
169177
rdoc (~> 4.0)
@@ -181,7 +189,7 @@ GEM
181189
sprockets (>= 3.0.0)
182190
thor (0.19.4)
183191
thread_safe (0.3.6)
184-
tilt (1.4.1)
192+
tilt (2.0.8)
185193
turbolinks (2.5.3)
186194
coffee-rails
187195
tzinfo (1.2.3)

0 commit comments

Comments
 (0)