discourse-adplugin/Gemfile

8 lines
179 B
Ruby
Raw Normal View History

2019-05-12 22:16:50 -04:00
# frozen_string_literal: true
2017-11-15 11:07:33 -05:00
source 'https://rubygems.org'
group :development do
gem 'translations-manager', git: 'https://github.com/discourse/translations-manager.git'
end