add dotenv to Gemfile

This commit is contained in:
2022-10-07 15:59:07 +02:00
parent d93076f476
commit 4cbcb29136
2 changed files with 3 additions and 0 deletions

View File

@ -1,2 +1,3 @@
source 'https://rubygems.org'
gem 'dotenv'
gem 'discordrb'