Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2014-05-08 17:00:20 +0400
committerJacob Vosmaer <contact@jacobvosmaer.nl>2014-05-08 17:28:07 +0400
commitad5a982d841f572e4e9207ae5ac6a0013648d30e (patch)
tree5d0d4c7563d114c7d89b3e43689447fceb762281 /Gemfile
parent5014a5b7d51f329311b80f8c0770b11616812120 (diff)
Update sass-rails with newer version of rails.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 3563dc88e30..7ff7515143c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -152,7 +152,7 @@ gem "rack-attack"
# Ace editor
gem 'ace-rails-ap'
-gem "sass-rails"
+gem "sass-rails", '~> 4.0.2'
gem "coffee-rails"
gem "uglifier"
gem "therubyracer"