mirror of
https://github.com/discourse/discourse-data-explorer.git
synced 2025-02-07 03:58:20 +00:00
6 lines
148 B
Ruby
6 lines
148 B
Ruby
# frozen_string_literal: true
|
|
|
|
group :development do
|
|
gem 'translations-manager', git: 'https://github.com/discourse/translations-manager.git'
|
|
end
|