discourse-math/Gemfile

9 lines
134 B
Ruby
Raw Normal View History

# frozen_string_literal: true
source "https://rubygems.org"
2017-12-08 14:54:35 -05:00
group :development do
gem "rubocop-discourse"
gem "syntax_tree"
2017-12-08 14:54:35 -05:00
end