A tool for measuring the coverage of Bluesky/ATProto relays
9
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 19 lines 284 B view raw
1source 'https://rubygems.org' 2 3gem 'skyfall', '>= 0.7' 4gem 'activerecord', '~> 7.2' 5gem 'sinatra' 6gem 'sinatra-activerecord' 7gem 'sqlite3' 8 9gem 'rake' 10gem 'irb' 11 12group :development do 13 gem 'capistrano', '~> 2.15' 14 gem 'bcrypt_pbkdf' 15 gem 'ed25519' 16 17 gem 'rackup' 18 gem 'thin' 19end