diff options
Diffstat (limited to 'main/redmine/gemfile.patch')
-rw-r--r-- | main/redmine/gemfile.patch | 9 |
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 |