0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-12 13:12:53 +01:00
discourse-custom-wizard/Gemfile
2024-10-16 13:52:03 +02:00

9 Zeilen
147 B
Ruby

# frozen_string_literal: true
source "https://rubygems.org"
group :development do
gem "rubocop-discourse"
gem "syntax_tree"
gem "racc"
end