Commit ae86350cf897fa0f7f11f66dffb16b734b19d6b2
1 parent
32d15cd5
Exists in
colab
and in
4 other branches
sass-rails updated
Showing
1 changed file
with
5 additions
and
5 deletions
Show diff stats
Gemfile.lock
... | ... | @@ -192,11 +192,11 @@ GEM |
192 | 192 | rspec-expectations (~> 2.14.0) |
193 | 193 | rspec-mocks (~> 2.14.0) |
194 | 194 | rubyntlm (0.3.4) |
195 | - sass (3.3.0) | |
196 | - rake | |
197 | - sass-rails (4.0.1) | |
195 | + sass (3.2.18) | |
196 | + sass-rails (4.0.2) | |
198 | 197 | railties (>= 4.0.0, < 5.0) |
199 | - sass (>= 3.1.10) | |
198 | + sass (~> 3.2.0) | |
199 | + sprockets (~> 2.8, <= 2.11.0) | |
200 | 200 | sprockets-rails (~> 2.0.0) |
201 | 201 | savon (2.3.3) |
202 | 202 | akami (~> 1.2.0) |
... | ... | @@ -216,7 +216,7 @@ GEM |
216 | 216 | multi_json |
217 | 217 | simplecov-html (~> 0.8.0) |
218 | 218 | simplecov-html (0.8.0) |
219 | - sprockets (2.12.0) | |
219 | + sprockets (2.11.0) | |
220 | 220 | hike (~> 1.2) |
221 | 221 | multi_json (~> 1.0) |
222 | 222 | rack (~> 1.0) | ... | ... |