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:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 4ab1ab50eb9..b8c38bea5c7 100644
--- a/Gemfile
+++ b/Gemfile
@@ -148,7 +148,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"
@@ -232,4 +232,4 @@ end
group :production do
gem "gitlab_meta", '6.0'
-end \ No newline at end of file
+end