discourse-category-icons/Gemfile

9 lines
134 B
Ruby
Raw Permalink Normal View History

2024-10-17 22:15:01 -04:00
# frozen_string_literal: true
source "https://rubygems.org"
group :development do
gem "rubocop-discourse"
gem "syntax_tree"
end