DEV: Add RubyGems as source

This commit is contained in:
Justin DiRose 2020-09-25 11:46:42 -05:00 committed by GitHub
parent 685b5a45c1
commit 065888214d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
# frozen_string_literal: true
source 'https://rubygems.org'
group :development do
gem 'rubocop-discourse'
end