mirror of
https://ghfast.top/https://github.com/discourse/discourse-whos-online.git
synced 2026-04-30 17:02:22 +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
|