2019-05-12 22:42:48 -04:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2017-12-07 17:54:31 -05:00
|
|
|
group :development do
|
|
|
|
gem 'translations-manager', git: 'https://github.com/discourse/translations-manager.git'
|
2020-05-06 12:11:07 -04:00
|
|
|
gem 'rubocop-discourse'
|
2017-12-07 17:54:31 -05:00
|
|
|
end
|