discourse-steam-login/Gemfile

9 lines
134 B
Ruby
Raw Permalink Normal View History

2020-05-06 12:26:47 -04:00
# frozen_string_literal: true
source "https://rubygems.org"
group :development do
gem "rubocop-discourse"
gem "syntax_tree"
2020-05-06 12:26:47 -04:00
end