1
0
mirror of synced 2026-08-05 22:56:55 +00:00
Files

9 lines
205 B
Ruby
Raw Permalink Normal View History

# 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