add dotenv to Gemfile

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

View File

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

View File

@ -11,6 +11,7 @@ GEM
rest-client (>= 2.1.0.rc1)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
dotenv (2.8.1)
event_emitter (0.2.6)
ffi (1.15.5)
http-accept (1.7.0)
@ -40,6 +41,7 @@ PLATFORMS
DEPENDENCIES
discordrb
dotenv
BUNDLED WITH
2.3.23