mirror of
https://github.com/danbee/micropub.git
synced 2026-06-20 23:02:26 +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"
|