2019-05-12 22:16:50 -04:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2017-11-15 11:07:33 -05:00
|
|
|
source 'https://rubygems.org'
|
|
|
|
|
|
|
|
group :development do
|
|
|
|
gem 'translations-manager', git: 'https://github.com/discourse/translations-manager.git'
|
2020-05-06 11:43:43 -04:00
|
|
|
gem 'rubocop-discourse'
|
2017-11-15 11:07:33 -05:00
|
|
|
end
|