aboutsummaryrefslogtreecommitdiffstats
path: root/main/redmine/gemfile.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-03-26 15:52:44 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-03-26 15:52:44 +0000
commit647ed478d7d4a924a6a883ba464bf08a2bece434 (patch)
tree509c6dc2fc1b4ee9c6f1e28dcb3799bb869e1d75 /main/redmine/gemfile.patch
parentbfab4d712d731f5d907a86df7c18354605c047e7 (diff)
downloadaports-647ed478d7d4a924a6a883ba464bf08a2bece434.tar.bz2
aports-647ed478d7d4a924a6a883ba464bf08a2bece434.tar.xz
main/redmine: use ruby-yard
this lets us enable the group "development" again
Diffstat (limited to 'main/redmine/gemfile.patch')
-rw-r--r--main/redmine/gemfile.patch9
1 files changed, 1 insertions, 8 deletions
diff --git a/main/redmine/gemfile.patch b/main/redmine/gemfile.patch
index 9b4fb9a91f..08a55d1d55 100644
--- a/main/redmine/gemfile.patch
+++ b/main/redmine/gemfile.patch
@@ -1,5 +1,3 @@
-bundler cannot exclude the test and development groups so we patch those out
-
--- ./Gemfile.orig
+++ ./Gemfile
@@ -4,11 +4,11 @@
@@ -16,12 +14,7 @@ bundler cannot exclude the test and development groups so we patch those out
gem "mime-types"
gem "protected_attributes"
gem "actionpack-action_caching"
-@@ -85,19 +85,19 @@
-
- group :development do
- gem "rdoc", ">= 2.4.2"
-- gem "yard"
-+# gem "yard"
+@@ -89,15 +89,15 @@
end
group :test do