discourse-data-explorer/Gemfile

9 lines
134 B
Ruby
Raw Normal View History

# frozen_string_literal: true
source "https://rubygems.org"
2020-09-25 12:46:42 -04:00
2017-12-07 17:54:31 -05:00
group :development do
gem "rubocop-discourse"
gem "syntax_tree"
2017-12-07 17:54:31 -05:00
end