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--Gemfile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Gemfile b/Gemfile
index d2a5728f97c..26e4e195def 100644
--- a/Gemfile
+++ b/Gemfile
@@ -76,10 +76,6 @@ gem 'settingslogic'
gem "foreman"
gem "git"
-# Unused
-gem 'tabs_on_rails'
-gem "acts_as_list"
-
group :assets do
gem "sass-rails", "3.2.5"
gem "coffee-rails", "3.2.2"
@@ -91,7 +87,7 @@ group :assets do
gem "jquery-ui-rails", "0.5.0"
gem "modernizr", "2.5.3"
gem "raphael-rails", "1.5.2"
- gem 'bootstrap-sass', "2.0.3.1"
+ gem 'bootstrap-sass', "2.0.4"
end
group :development do