Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-08 19:38:00 +01:00
8 Zeilen
114 B
Text
8 Zeilen
114 B
Text
|
# frozen_string_literal: true
|
||
|
|
||
|
source 'https://rubygems.org'
|
||
|
|
||
|
group :development do
|
||
|
gem 'rubocop-discourse'
|
||
|
end
|