add Gemfiles

This commit is contained in:
Lera Elvoé 2022-09-18 00:54:41 +03:00
parent 39aa0dc2ca
commit a1b05103ed
Signed by: yagich
SSH Key Fingerprint: SHA256:6xjGb6uA7lAVcULa7byPEN//rQ0wPoG+UzYVMfZnbvc
2 changed files with 53 additions and 0 deletions

6
Gemfile Normal file
View File

@ -0,0 +1,6 @@
# frozen_string_literal: true
source "https://rubygems.org"
gem "dotenv"
gem "discordrb"

47
Gemfile.lock Normal file
View File

@ -0,0 +1,47 @@
GEM
remote: https://rubygems.org/
specs:
discordrb (3.4.0)
discordrb-webhooks (~> 3.3.0)
ffi (>= 1.9.24)
opus-ruby
rest-client (>= 2.0.0)
websocket-client-simple (>= 0.3.0)
discordrb-webhooks (3.3.0)
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)
http-cookie (1.0.5)
domain_name (~> 0.5)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
netrc (0.11.0)
opus-ruby (1.0.1)
ffi
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
unf (0.1.4)
unf_ext
unf_ext (0.0.8.2)
websocket (1.2.9)
websocket-client-simple (0.5.1)
event_emitter
websocket
PLATFORMS
x86_64-linux
DEPENDENCIES
discordrb
dotenv
BUNDLED WITH
2.3.19