mirror of
https://src-gt.isharkfly.com/discourse/discourse-wechat.git
synced 2025-05-31 15:02:09 +00:00
8 lines
114 B
Ruby
8 lines
114 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
source 'https://rubygems.org'
|
||
|
|
||
|
group :development do
|
||
|
gem 'rubocop-discourse'
|
||
|
end
|