Skip to content

Commit 7c1bbf0

Browse files
committed
Use compatible version of sass in old rubies
1 parent eecc5a4 commit 7c1bbf0

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

gemfiles/Gemfile.rails-4.0.x

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ gemspec :path => ".."
44
gem "actionpack", "~> 4.0.0"
55
gem "railties", "~> 4.0.0"
66
gem "nokogiri", "< 1.7.0" if RUBY_VERSION < "2.1"
7+
gem "sass", "< 3.5.0" if RUBY_VERSION < "2.0"

gemfiles/Gemfile.rails-4.1.x

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ gemspec :path => ".."
44
gem "actionpack", "~> 4.1.0"
55
gem "railties", "~> 4.1.0"
66
gem "nokogiri", "< 1.7.0" if RUBY_VERSION < "2.1"
7+
gem "sass", "< 3.5.0" if RUBY_VERSION < "2.0"

gemfiles/Gemfile.rails-4.2.x

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ gemspec :path => ".."
44
gem 'actionpack', '~> 4.2.0'
55
gem 'railties', '~> 4.2.0'
66
gem "nokogiri", "< 1.7.0" if RUBY_VERSION < "2.1"
7+
gem "sass", "< 3.5.0" if RUBY_VERSION < "2.0"

0 commit comments

Comments
 (0)