mirror of
https://github.com/discourse/discourse-chat-integration.git
synced 2025-02-06 03:28:16 +00:00
9 lines
205 B
Ruby
9 lines
205 B
Ruby
# frozen_string_literal: true
|
|
|
|
source 'https://rubygems.org'
|
|
|
|
group :development do
|
|
gem 'translations-manager', git: 'https://github.com/discourse/translations-manager.git'
|
|
gem 'rubocop-discourse'
|
|
end
|