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:
authorJob van der Voort <job@gitlab.com>2014-06-14 13:17:11 +0400
committerJob van der Voort <job@gitlab.com>2014-06-14 13:17:11 +0400
commit8b6dd9d4a802eeba5fa4f7e10d738a2af5e87d98 (patch)
treea5e482d8b2d59ca3ba69bd4e83e1aa3be5fd748d /Gemfile
parenta5cbb4cb82a6911b5c1de117ae6ed4cbf667a679 (diff)
responsive sidebar
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index ef0adb5e2be..928b766f16a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -156,6 +156,9 @@ gem "rack-attack"
# Ace editor
gem 'ace-rails-ap'
+# Semantic UI Sass for Sidebar
+gem 'semantic-ui-sass', '~> 0.16.1.0'
+
gem "sass-rails", '~> 4.0.2'
gem "coffee-rails"
gem "uglifier"