From 7ac3776b78166904e3ebc2080b2b42b93623359c Mon Sep 17 00:00:00 2001 From: Humblemonk Date: Fri, 16 Feb 2024 23:28:19 -0500 Subject: [PATCH] Make rubocop happy Making rubocop happy zzz --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 840de63..87ce35f 100644 --- a/Gemfile +++ b/Gemfile @@ -5,5 +5,5 @@ gem 'dicebag', git: 'https://github.com/Humblemonk/Dice-Bag.git', branch: 'maste gem 'discordrb', github: 'shardlab/discordrb', branch: 'main' gem 'dotenv', '~> 2.5' gem 'rest-client', '~> 2.0', '>= 2.0.2' -gem 'sqlite3', '~> 1.3', '>= 1.3.11' gem 'rubocop', require: false +gem 'sqlite3', '~> 1.3', '>= 1.3.11'