Skip to content

Commit e30bd2b

Browse files
committed
Merge pull request coderwall#28 from RexMorgan/upgrade-sass
Minor version bump to sass to get it working with windows.
2 parents 54fb6c1 + 9b9918b commit e30bd2b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ group :assets do
139139
gem 'sass', '~> 3.2.9'
140140
gem 'coffee-rails', '~> 3.2.1'
141141
gem 'compass-rails'
142-
gem 'sass-rails', '~> 3.2.3'
142+
gem 'sass-rails', '~> 3.2.6'
143143
gem 'uglifier', '>= 1.0.3'
144144
end
145145

Gemfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ GEM
446446
rdoc (~> 3.4)
447447
thor (>= 0.14.6, < 2.0)
448448
raindrops (0.13.0)
449-
rake (10.3.1)
449+
rake (10.3.2)
450450
rb-fsevent (0.9.4)
451451
rb-inotify (0.9.3)
452452
ffi (>= 0.5.0)
@@ -505,7 +505,7 @@ GEM
505505
safe_yaml (1.0.1)
506506
sanitize (2.1.0)
507507
nokogiri (>= 1.4.4)
508-
sass (3.2.17)
508+
sass (3.2.19)
509509
sass-rails (3.2.6)
510510
railties (~> 3.2.0)
511511
sass (>= 3.1.10)
@@ -556,7 +556,7 @@ GEM
556556
railties (~> 3.0)
557557
subexec (0.2.3)
558558
syntax (1.0.0)
559-
thor (0.14.6)
559+
thor (0.19.1)
560560
thread_safe (0.1.3)
561561
atomic
562562
tilt (1.4.1)
@@ -695,7 +695,7 @@ DEPENDENCIES
695695
ruby-progressbar
696696
sanitize
697697
sass (~> 3.2.9)
698-
sass-rails (~> 3.2.3)
698+
sass-rails (~> 3.2.6)
699699
simple_form
700700
simplecov
701701
split

0 commit comments

Comments
 (0)