Skip to content

Commit 05010f6

Browse files
committed
Force sass-rails ~> 4.0.2 to avoid sprockets error
See rails/sass-rails#191 for more information
1 parent 87e8e54 commit 05010f6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/gemfiles/sass_3_3.gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ source "https://rubygems.org"
22

33
gem 'sass', '~> 3.3.2'
44
gem 'compass', '~> 1.0.0.alpha.19'
5+
gem 'sass-rails', '~> 4.0.2'
56

67
platform :rbx do
78
gem 'rubysl', '~> 2.0'

test/gemfiles/sass_head.gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ source "https://rubygems.org"
22

33
gem 'sass', git: 'https://github.com/nex3/sass'
44
gem 'compass', git: 'https://github.com/chriseppstein/compass', branch: 'master'
5+
gem 'sass-rails', '~> 4.0.2'
56

67
platform :rbx do
78
gem 'rubysl', '~> 2.0'

0 commit comments

Comments
 (0)