1
0
mirror of synced 2026-08-06 07:46:54 +00:00
Files

9 lines
134 B
Ruby
Raw Permalink Normal View History

2023-02-17 11:33:47 -03:00
# frozen_string_literal: true
source "https://rubygems.org"
group :development do
gem "rubocop-discourse"
gem "syntax_tree"
end