1
0
mirror of synced 2026-08-07 02:37:14 +00:00

DEV: Add RubyGems as source

This commit is contained in:
Justin DiRose
2020-09-25 11:24:53 -05:00
committed by GitHub
parent 88f4359e43
commit c9d3d390c6
+2
View File
@@ -1,5 +1,7 @@
# frozen_string_literal: true
source 'https://rubygems.org'
group :development do
gem 'rubocop-discourse'
end