mirror of
https://github.com/danbee/micropub.git
synced 2025-03-04 08:59:13 +00:00
14 lines
151 B
Ruby
14 lines
151 B
Ruby
source "https://rubygems.org"
|
|
|
|
gem 'dotenv'
|
|
|
|
gem "sinatra"
|
|
gem "sinatra-contrib"
|
|
gem "puma"
|
|
|
|
gem "faraday"
|
|
|
|
gem "github_api"
|
|
|
|
gem "indieweb-endpoints"
|