Files
discourse-math/Gemfile
T

8 lines
114 B
Ruby
Raw Normal View History

2019-05-13 10:48:15 +08:00
# frozen_string_literal: true
2017-12-08 14:54:35 -05:00
source 'https://rubygems.org'
group :development do
2020-05-06 18:22:54 +02:00
gem 'rubocop-discourse'
2017-12-08 14:54:35 -05:00
end