discourse-data-explorer/Gemfile

8 lines
114 B
Ruby
Raw Normal View History

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