mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-02-09 04:54:54 +00:00
10 lines
225 B
Ruby
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
|