1
0
mirror of synced 2026-05-22 18:53:16 +00:00
Files
discourse-subscriptions/Gemfile
2022-12-29 13:35:06 +01:00

10 lines
225 B
Ruby

# frozen_string_literal: true
source "https://rubygems.org"
group :development do
gem "translations-manager", git: "https://github.com/discourse/translations-manager.git"
gem "rubocop-discourse"
gem "syntax_tree"
end