mirror of
https://github.com/discourse/discourse-adplugin.git
synced 2025-02-05 19:18:09 +00:00
8 lines
179 B
Ruby
8 lines
179 B
Ruby
# frozen_string_literal: true
|
|
|
|
source 'https://rubygems.org'
|
|
|
|
group :development do
|
|
gem 'translations-manager', git: 'https://github.com/discourse/translations-manager.git'
|
|
end
|