File convert-git-deps-to-path.patch of Package discourse
Index: discourse/Gemfile
===================================================================
--- discourse.orig/Gemfile
+++ discourse/Gemfile
@@ -241,7 +241,7 @@ if ENV["IMPORT"] == "1"
# NOTE: in import mode the version of sqlite can matter a lot, so we stick it to a specific one
gem "sqlite3", "~> 1.3", ">= 1.3.13"
- gem "ruby-bbcode-to-md", git: "https://github.com/nlalonde/ruby-bbcode-to-md"
+ gem "ruby-bbcode-to-md", path: 'vendor/gems/ruby-bbcode-to-md' # git: "https://github.com/nlalonde/ruby-bbcode-to-md"
gem "reverse_markdown"
gem "tiny_tds"
gem "csv"