From 5a24cdb6b7fbb5b0086319f38db8961c52687287 Mon Sep 17 00:00:00 2001 From: Arthur Poulet Date: Tue, 17 Aug 2021 13:16:32 +0200 Subject: [PATCH] deps: comment pg because sqlite is default --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index da45315..47f15d9 100644 --- a/Gemfile +++ b/Gemfile @@ -9,10 +9,10 @@ gem "sinatra-contrib", "~> 2.1" gem "slim", "~> 4.1" # database -# you # comment what you don't want gem "sequel", "~> 5.43" +# you # comment the drivers you don't want gem "sqlite3", "~> 1.4" -gem "pg", "~> 1.2" +# gem "pg", "~> 1.2" # security gem "jwt", "~> 2.2"