mirror of
https://ghfast.top/https://github.com/discourse/discourse-yearly-review.git
synced 2026-04-29 16:52:18 +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
|