File discourse.fix.deps.patch of Package discourse
Index: discourse/Gemfile
===================================================================
--- discourse.orig/Gemfile
+++ discourse/Gemfile
@@ -122,6 +122,7 @@ group :assets do
gem "uglifier"
end
+=begin
group :test do
gem "capybara", require: false
gem "webmock", require: false
@@ -180,6 +181,7 @@ else
gem "faker", "~> 2.16"
end
end
+=end
# this is an optional gem, it provides a high performance replacement
# to String#blank? a method that is called quite frequently in current
@@ -266,7 +268,7 @@ gem "net-http"
# Workaround until Ruby ships with cgi version 0.3.6 or higher.
gem "cgi", ">= 0.3.6", require: false
-gem "tzinfo-data"
+# gem "tzinfo-data"
gem "csv", require: false
# dependencies for the automation plugin