mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-02-06 03:28:13 +00:00
9 lines
134 B
Ruby
9 lines
134 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
source "https://rubygems.org"
|
||
|
|
||
|
group :development do
|
||
|
gem "rubocop-discourse"
|
||
|
gem "syntax_tree"
|
||
|
end
|