Don't forget to lycansubscribe 🐺
3
fork

Configure Feed

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

added base64 to gemfile

+2
+1
Gemfile
··· 14 14 gem 'didkit', '~> 0.3', '>= 0.3.1' 15 15 gem 'skyfall', '~> 0.7' 16 16 17 + gem 'base64' 17 18 gem 'base58' 18 19 gem 'jwt' 19 20
+1
Gemfile.lock
··· 146 146 DEPENDENCIES 147 147 activerecord (~> 7.2) 148 148 base58 149 + base64 149 150 bcrypt_pbkdf (>= 1.0, < 2.0) 150 151 capistrano (~> 2.0) 151 152 didkit (~> 0.3, >= 0.3.1)