1
0
mirror of synced 2026-05-22 21:53:17 +00:00
Files

9 lines
134 B
Ruby
Raw Permalink Normal View History

2024-10-17 17:28:24 +08:00
# frozen_string_literal: true
source "https://rubygems.org"
group :development do
gem "rubocop-discourse"
gem "syntax_tree"
end