This repository has been archived on 2021-10-01. You can view files and clone it, but cannot push or open issues or pull requests.
DiscordRP/Gemfile

16 lines
337 B
Ruby

# frozen_string_literal: true
source "https://rubygems.org"
gem "discordrb", :git => "https://github.com/shardlab/discordrb", branch: "main"
gem "rack", "~> 2.2"
gem "dotenv", "~> 2.7"
gem "sequel", "~> 5.47"
gem "sqlite3", "~> 1.4"
gem "activesupport", "~> 6.1"
gem "colorize", "~> 0.8.1"
group :test do
gem "pry", "~> 0.14.1"
end