1
0
mirror of synced 2026-05-22 15:03:15 +00:00
Files
discourse-gated-topics-in-c…/Gemfile
T
2024-10-17 11:11:14 +02:00

9 lines
134 B
Ruby

# frozen_string_literal: true
source "https://rubygems.org"
group :development do
gem "rubocop-discourse"
gem "syntax_tree"
end