add bundler stuff

This commit is contained in:
stryan 2021-12-21 17:08:04 -05:00
parent 1a37af5aa9
commit 5ae6ae4671
2 changed files with 63 additions and 0 deletions

3
Gemfile Normal file
View File

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

60
Gemfile.lock Normal file
View File

@ -0,0 +1,60 @@
GEM
remote: https://rubygems.org/
specs:
ansi (1.5.0)
ast (2.4.2)
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)
event_emitter (0.2.6)
ffi (1.15.4)
http-accept (1.7.0)
http-cookie (1.0.4)
domain_name (~> 0.5)
iso8601 (0.9.1)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2021.1115)
net_http_timeout_errors (0.3.5)
netrc (0.11.0)
oga (3.3)
ast
ruby-ll (~> 2.1)
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)
ruby-ll (2.1.2)
ansi
ast
unf (0.1.4)
unf_ext
unf_ext (0.0.8)
video_info (3.0.2)
iso8601 (~> 0.9.1)
net_http_timeout_errors (~> 0.3.0)
oga (~> 3.0)
websocket (1.2.9)
websocket-client-simple (0.3.0)
event_emitter
websocket
PLATFORMS
ruby
DEPENDENCIES
discordrb
video_info
BUNDLED WITH
2.1.4