aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2015-09-30 07:42:31 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2015-09-30 07:42:58 -0700
commitff30db1372f2d6c3ac47fe5b0ffb7ca21390f3c1 (patch)
tree6d726c73686300eab89b31c8943754a6f39a9d9b /Gemfile
parent591a0bb87fff7583e01156696fbbf929d48d3e54 (diff)
downloadrails-ff30db1372f2d6c3ac47fe5b0ffb7ca21390f3c1.tar.gz
rails-ff30db1372f2d6c3ac47fe5b0ffb7ca21390f3c1.tar.bz2
rails-ff30db1372f2d6c3ac47fe5b0ffb7ca21390f3c1.zip
run against edge sass to eliminate circular require warnings
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 67cb2cce45..97406be742 100644
--- a/Gemfile
+++ b/Gemfile
@@ -37,7 +37,9 @@ gem 'bcrypt', '~> 3.1.10', require: false
# This needs to be with require false to avoid
# it being automatically loaded by sprockets
gem 'uglifier', '>= 1.3.0', require: false
-gem 'sass', '>= 3.3', require: false
+
+# Track stable branch of sass because it doesn't have circular require warnings
+gem 'sass', github: 'sass/sass', branch: 'stable', require: false
group :doc do
gem 'sdoc', '~> 0.4.0'