discourse-math/Gemfile

8 lines
179 B
Ruby
Raw Normal View History

# frozen_string_literal: true
2017-12-08 14:54:35 -05:00
source 'https://rubygems.org'
group :development do
gem 'translations-manager', git: 'https://github.com/discourse/translations-manager.git'
end