0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-10-18 11:52:39 +02:00
discourse-custom-wizard/Gemfile

10 Zeilen
147 B
Ruby

# frozen_string_literal: true
2024-10-16 13:52:03 +02:00
source "https://rubygems.org"
group :development do
2024-10-16 13:52:03 +02:00
gem "rubocop-discourse"
gem "syntax_tree"
gem "racc"
end