2020-07-15 08:44:40 -05:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
2020-09-01 20:33:29 -05:00
|
|
|
source 'https://rubygems.org'
|
|
|
|
|
|
2020-07-03 11:17:13 -05:00
|
|
|
group :development do
|
|
|
|
|
gem 'translations-manager', git: 'https://github.com/discourse/translations-manager.git'
|
2020-09-01 20:31:38 -05:00
|
|
|
gem 'rubocop-discourse'
|
2020-07-03 11:17:13 -05:00
|
|
|
end
|