summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-02-24 14:54:32 +0100
committerDouwe Maan <douwe@gitlab.com>2015-02-24 14:54:39 +0100
commit0283fff5914f74d9435ab2097b2770dfdf635941 (patch)
tree8bcf91cb5639d3d06a15cabb1d08e408b4ba9d43 /Gemfile
parentaba12515942d588f1a0aa0b32cc16837e5d04fef (diff)
parent7561b1c2a486ae57e9fbebadadbe1269bfdba6a0 (diff)
downloadgitlab-ce-0283fff5914f74d9435ab2097b2770dfdf635941.tar.gz
Merge branch 'master' into extend_markdown_upload
# Conflicts: # app/views/projects/issues/_form.html.haml # app/views/projects/merge_requests/_form.html.haml # app/views/projects/merge_requests/_new_submit.html.haml # app/views/projects/milestones/_form.html.haml # app/views/projects/notes/_form.html.haml # app/views/projects/wikis/_form.html.haml # config/routes.rb # spec/controllers/projects_controller_spec.rb
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Gemfile b/Gemfile
index 3f0eae8ef42..1c387db3925 100644
--- a/Gemfile
+++ b/Gemfile
@@ -176,9 +176,6 @@ gem 'ace-rails-ap'
# Keyboard shortcuts
gem 'mousetrap-rails'
-# Semantic UI Sass for Sidebar
-gem 'semantic-ui-sass', '~> 1.8.0'
-
gem "sass-rails", '~> 4.0.2'
gem "coffee-rails"
gem "uglifier"
@@ -251,8 +248,8 @@ group :development, :test do
gem 'jasmine', '2.0.2'
- gem "spring", '1.1.3'
- gem "spring-commands-rspec", '1.0.1'
+ gem "spring", '1.3.1'
+ gem "spring-commands-rspec", '1.0.4'
gem "spring-commands-spinach", '1.0.0'
end