mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
redmine: Move optional gems to Gemfile.local
In order to make the diff of the original Gemfile and this one a bit
smaller, use Gemfile.local for optional gems like webrick.
Signed-off-by: Felix Singer <felixsinger@posteo.net>
(cherry picked from commit 8e690ed6fc
)
This commit is contained in:
parent
cc0f73b7ca
commit
1105b34ec2
2 changed files with 1 additions and 2 deletions
|
@ -82,8 +82,6 @@ group :test do
|
|||
gem 'bundle-audit', require: false
|
||||
end
|
||||
|
||||
gem "webrick"
|
||||
|
||||
local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")
|
||||
if File.exist?(local_gemfile)
|
||||
eval_gemfile local_gemfile
|
||||
|
|
1
pkgs/by-name/re/redmine/Gemfile.local
Normal file
1
pkgs/by-name/re/redmine/Gemfile.local
Normal file
|
@ -0,0 +1 @@
|
|||
gem 'webrick'
|
Loading…
Add table
Add a link
Reference in a new issue