A curated list of libraries & SDKs for the Bluesky API and AT Protocol
at master 28 lines 449 B view raw
1source "https://rubygems.org" 2 3gem "jekyll", "~> 4.3" 4 5gem 'minisky', '~> 0.5' 6gem 'didkit', '~> 0.3' 7gem 'licensee' 8 9gem 'irb' 10 11group :jekyll_plugins do 12end 13 14# dependency of net-ssh and jekyll - remove when jekyll is updated 15gem 'logger' 16 17gem 'base64' 18 19group :development do 20 gem 'capistrano', '~> 2.0' 21 22 # for net-ssh 23 gem 'ed25519', '>= 1.2', '< 2.0' 24 gem 'bcrypt_pbkdf', '>= 1.0', '< 2.0' 25 26 # dependency of capistrano 27 gem 'benchmark' 28end