10 lines
218 B
Ruby
10 lines
218 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 'prawn'
|
|
gem 'prawn-table'
|
|
gem 'gruff'
|
|
gem 'rmagick' |