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-05-22 04:17:15 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2016-06-03 18:08:17 +0300
commit0a1fccb2ed0e0479dbaa4c22726d5c7a440f014c (patch)
tree67687617f475fa9253aa84b6a325bb953e5db852 /Gemfile
parentca3c5c295ed653b483fe81c3918ffe60f46666b9 (diff)
Try to use knapsack
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index d9429de786f..b9ae1aecb50 100644
--- a/Gemfile
+++ b/Gemfile
@@ -313,6 +313,7 @@ group :test do
gem 'webmock', '~> 1.21.0'
gem 'test_after_commit', '~> 0.4.2'
gem 'sham_rack'
+ gem 'knapsack'
end
group :production do