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