mirror of
https://ghfast.top/https://github.com/discourse/discourse-category-experts.git
synced 2026-05-02 18:02:32 +08:00
8 lines
134 B
Ruby
8 lines
134 B
Ruby
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
|
|
group :development do
|
|
gem "rubocop-discourse"
|
|
gem "syntax_tree"
|
|
end
|