DisWarden/Gemfile
VetheonGames 4c2f190bed Push 3
Remove HTTPParty from depends, gonna use the NET/HTTP library from the STDLib, even though it needs more coding to make work.
Replace HTTPParty code with NET/HTTP code.
Move opswat_client and virus_total_client into their own directories for organization
2024-02-11 11:05:39 -07:00

12 lines
162 B
Ruby

# frozen_string_literal: true
source 'https://rubygems.org'
gem 'discordrb', '~> 3.5'
gem 'sequel', '~> 5.77'
gem 'sqlite3', '~> 1.7'
gem 'dotenv', '~> 2.8'