2020-09-01 20:33:29 -05:00

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