Files
cheeseBot-rewrite/Gemfile

7 lines
200 B
Ruby

# License: GPL-3.0-or-later
source 'https://rubygems.org'
gem 'discordrb', git: 'https://github.com/shardlab/discordrb.git', branch: 'main'
gem 'dotenv'
gem 'pg'
gem 'solargraph', group: :development