mirror of
https://github.com/discourse/discourse.git
synced 2026-03-04 01:15:08 +08:00
- Import the full `discourse/discourse-developer-docs` repository into `docs/developer-guides/` using `git subtree add` with complete git history preserved - Move CI workflows (lint + publish) from the nested `.github/` to root-level workflows scoped to `docs/developer-guides/**` path changes - The [developer-docs repo](https://github.com/discourse/discourse-developer-docs) was archived.
7 lines
132 B
Ruby
7 lines
132 B
Ruby
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
gem "faraday"
|
|
gem "faraday-retry"
|
|
gem "faraday-multipart"
|
|
gem "listen"
|