mirror of
https://github.com/discourse/discourse-adplugin.git
synced 2025-02-09 04:54:44 +00:00
6 lines
148 B
Ruby
6 lines
148 B
Ruby
|
source 'https://rubygems.org'
|
||
|
|
||
|
group :development do
|
||
|
gem 'translations-manager', git: 'https://github.com/discourse/translations-manager.git'
|
||
|
end
|