From f8dd4a777e5fc952e79b50bc98eb5d0ad789073a Mon Sep 17 00:00:00 2001 From: karemarsy Date: Tue, 14 Apr 2020 11:28:44 +0200 Subject: [PATCH] Merge gemfile changes --- Gemfile | 1 + Gemfile.lock | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Gemfile b/Gemfile index 5de7f90..d180982 100644 --- a/Gemfile +++ b/Gemfile @@ -4,6 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '2.6.1' gem 'rails' +gem 'sqlite3' gem 'pg' gem 'puma' gem 'sass-rails' diff --git a/Gemfile.lock b/Gemfile.lock index eabe759..f1f07fe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -213,6 +213,7 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) + sqlite3 (1.4.2) thor (1.0.1) thread_safe (0.3.6) tilt (2.0.10) @@ -252,6 +253,7 @@ DEPENDENCIES sentry-raven spring spring-watcher-listen + sqlite3 turbolinks tzinfo-data webpacker