1
0
mirror of synced 2026-08-05 17:57:00 +00:00
Files

9 lines
134 B
Ruby
Raw Permalink Normal View History

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