1
0
mirror of synced 2026-05-22 17:33:14 +00:00
Files
discourse-math/Gemfile
T

9 lines
134 B
Ruby
Raw Normal View History

2019-05-13 10:48:15 +08:00
# 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