add in some gems which will no longer be provided by default in future ruby versions

This commit is contained in:
fzorb 2024-10-22 11:11:00 +03:00
parent f6747b03b3
commit 19b4c97134

View File

@ -2,4 +2,7 @@ source 'https://rubygems.org'
gem 'dotenv' gem 'dotenv'
gem 'discordrb' gem 'discordrb'
gem 'sqlite3' gem 'sqlite3'
gem 'ip2location_ruby' gem 'ip2location_ruby'
gem 'base64'
gem 'ostruct'
gem 'csv'