discourse-chat-integration/Gemfile

9 lines
205 B
Ruby
Raw Normal View History

# frozen_string_literal: true
2020-05-02 03:31:14 -04:00
source 'https://rubygems.org'
2017-12-07 17:42:46 -05:00
group :development do
gem 'translations-manager', git: 'https://github.com/discourse/translations-manager.git'
2020-05-02 03:31:14 -04:00
gem 'rubocop-discourse'
2017-12-07 17:42:46 -05:00
end