mirror of
https://github.com/discourse/discourse.git
synced 2025-02-11 22:04:58 +00:00
8 lines
95 B
Ruby
8 lines
95 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
gemfile do
|
||
|
source "https://rubygems.org"
|
||
|
|
||
|
gem "hashids"
|
||
|
end
|