From 4affe5ef6def1b91d0ae2f5e528e469acca3e995 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Wed, 27 Feb 2019 20:51:02 +0100 Subject: [PATCH] CI: Try having a specific sqlite3 --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index 9fca4d1a..0643bfdd 100644 --- a/Gemfile +++ b/Gemfile @@ -6,3 +6,4 @@ gemspec if ENV["RAILS_VERSION"] gem "activesupport", ENV["RAILS_VERSION"] end +gem "sqlite3", "1.3.13"