aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorMatthew Draper <matthew@trebex.net>2016-12-26 23:16:01 +1030
committerMatthew Draper <matthew@trebex.net>2016-12-26 23:17:54 +1030
commit774be3ea3b9d25ab69daf11c5071deaf053d7d5b (patch)
tree2b9e7754a466e1bf094fb90e96f518649f41eb63 /Gemfile
parenta46b2f8911c5730c8c56d487b65f7c5627d334ee (diff)
downloadrails-774be3ea3b9d25ab69daf11c5071deaf053d7d5b.tar.gz
rails-774be3ea3b9d25ab69daf11c5071deaf053d7d5b.tar.bz2
rails-774be3ea3b9d25ab69daf11c5071deaf053d7d5b.zip
bundle update
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 735b104b8b..e1e892c7f3 100644
--- a/Gemfile
+++ b/Gemfile
@@ -29,9 +29,6 @@ gem "bcrypt", "~> 3.1.11", require: false
# sprockets.
gem "uglifier", ">= 1.3.0", require: false
-# Track stable branch of sass because it doesn't have circular require warnings.
-gem "sass", github: "sass/sass", branch: "stable", require: false
-
# FIXME: Remove this fork after https://github.com/nex3/rb-inotify/pull/49 is fixed.
gem "rb-inotify", github: "matthewd/rb-inotify", branch: "close-handling", require: false