Revert "redmine: Move optional gems to Gemfile.local" (#424140)

This reverts commit 8e690ed6fc02c77488d3cd3d811b5d9ded400b8b.

See https://github.com/NixOS/nixpkgs/issues/421178

At the time of the initial commit the change worked but for currently unknown reasons it broke ~2 weeks after.
This commit is contained in:
Sandro 2025-07-11 12:50:22 +02:00 committed by GitHub
parent ff05871b92
commit d21825f9cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -82,6 +82,8 @@ 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

View File

@ -1 +0,0 @@
gem 'webrick'