1
0
mirror of synced 2026-05-22 13:43:18 +00:00
Files
discourse-placeholder-theme…/Gemfile
T

9 lines
134 B
Ruby
Raw 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