mirror of
https://ghfast.top/https://github.com/discourse/discourse-akismet.git
synced 2026-07-15 11:36:24 +08:00
6 lines
174 B
Ruby
6 lines
174 B
Ruby
# frozen_string_literal: true
|
|
|
|
group :development do
|
|
gem 'translations-manager', git: 'https://github.com/discourse/translations-manager.git'
|
|
gem 'rubocop-discourse'
|
|
end
|