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 20:29:33 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2016-06-07 21:02:03 +0300
commit88b0a9efc44a792a7fd9f2263a1c85b9ef552504 (patch)
treed2797d97a188940de5c0497e5a0c8541b0e8f06d /Gemfile
parent5b83abcc01bd4a24268126dc52019b9f11152a7c (diff)
Load knapsack in Rakefile only when is bundled
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 482a6c18dd7..08592607c03 100644
--- a/Gemfile
+++ b/Gemfile
@@ -308,6 +308,7 @@ group :development, :test do
gem 'benchmark-ips', require: false
gem "license_finder", require: false
+ gem 'knapsack'
end
group :test do
@@ -316,7 +317,6 @@ group :test do
gem 'webmock', '~> 1.21.0'
gem 'test_after_commit', '~> 0.4.2'
gem 'sham_rack'
- gem 'knapsack'
end
group :production do