discourse-chat-integration/Gemfile

10 lines
225 B
Ruby
Raw Permalink Normal View History

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