mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-22 16:18:44 +08:00
This work in progress PR moves shared edits into core and uses a yjs backend for it. This gives stuff such as multi cursor support etc.
8 lines
134 B
Ruby
Vendored
8 lines
134 B
Ruby
Vendored
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
|
|
group :development do
|
|
gem "rubocop-discourse"
|
|
gem "syntax_tree"
|
|
end
|