Actions
Proposal #1162
closedredmine_hudson plugin Gemfile setting
Start date:
Due date:
% Done:
100%
Estimated time:
Description
hudson plugin 2.1.0 で redmine_hudson/Gemfile の設定が下記になっています。
group :redmine_hudson_test do ... end
そのため、インストール時にテスト用 gem を bundle したく無い場合、下記 "redmine_hudson_test" を追加指定する必要があります。
- bundle install --without test development redmine_hudson_test
これを下記の様に ":test" に変更すれば、"redmine_hudson_test" を追加する必要がありません。
group :test do ... end
- bundle install --without test development
でインストール可能です。
redmine_wiki_extensions や、 redmine_code_review なども ":test" になっていますので、同様の対応を行って頂けるとありがたいです。
Updated by Toshiyuki Ando about 10 years ago
- Status changed from 新規(New) to 解決(Resolved)
- % Done changed from 0 to 100
更新履歴 commit:a96cfe7ba5ee で適用されました。
Updated by Toshiyuki Ando about 10 years ago
- Status changed from 解決(Resolved) to 終了(Closed)
Actions