mirror of
https://github.com/discourse/discourse-steam-login.git
synced 2025-02-05 19:18:12 +00:00
8 lines
114 B
Ruby
8 lines
114 B
Ruby
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
|
|
group :development do
|
|
gem "rubocop-discourse"
|
|
end
|