1
0
mirror of synced 2026-08-05 14:47:03 +00:00
Files

10 lines
225 B
Ruby
Raw Permalink Normal View History

# frozen_string_literal: true
source "https://rubygems.org"
2020-09-01 20:33:29 -05:00
2020-07-03 11:17:13 -05:00
group :development do
gem "translations-manager", git: "https://github.com/discourse/translations-manager.git"
gem "rubocop-discourse"
gem "syntax_tree"
2020-07-03 11:17:13 -05:00
end