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:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-06-07 11:29:43 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2016-06-07 11:29:43 +0300
commit0b4981e77187d99737f42b0a2c1c27c14f75d92e (patch)
treed4f5cfcc08d0e6794b34fe67358dbba3a9b1b300 /Gemfile
parentaebfdcd8513b5513f8631f7e67d7f2900f093278 (diff)
parent9e256de4ac33e284ceb88c6af410f87c5f51228d (diff)
Merge remote-tracking branch 'origin/master' into knapsack
# Conflicts: # .gitlab-ci.yml
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile9
1 files changed, 6 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index b9ae1aecb50..482a6c18dd7 100644
--- a/Gemfile
+++ b/Gemfile
@@ -45,9 +45,10 @@ gem 'akismet', '~> 2.0'
gem 'devise-two-factor', '~> 3.0.0'
gem 'rqrcode-rails3', '~> 0.1.7'
gem 'attr_encrypted', '~> 3.0.0'
+gem 'u2f', '~> 0.2.1'
# Browser detection
-gem "browser", '~> 1.0.0'
+gem "browser", '~> 2.0.3'
# Extracting information from a git repository
# Provide access to Gitlab::Git library
@@ -110,7 +111,7 @@ gem 'org-ruby', '~> 0.9.12'
gem 'creole', '~> 0.5.0'
gem 'wikicloth', '0.8.1'
gem 'asciidoctor', '~> 1.5.2'
-gem 'rouge', '~> 1.10.1'
+gem 'rouge', '~> 1.11'
# See https://groups.google.com/forum/#!topic/ruby-security-ann/aSbgDiwb24s
# and https://groups.google.com/forum/#!topic/ruby-security-ann/Dy7YiKb_pMM
@@ -143,7 +144,7 @@ gem 'redis-namespace'
gem "httparty", '~> 0.13.3'
# Colored output to console
-gem "colorize", '~> 0.7.0'
+gem "rainbow", '~> 2.1.0'
# GitLab settings
gem 'settingslogic', '~> 2.0.9'
@@ -305,6 +306,8 @@ group :development, :test do
gem 'bundler-audit', require: false
gem 'benchmark-ips', require: false
+
+ gem "license_finder", require: false
end
group :test do