From 611b3e26b4fba91f7fcdd6a0ecb5f41ed7fba0f0 Mon Sep 17 00:00:00 2001 From: Florent Peyraud Date: Sun, 17 Dec 2017 15:53:20 +0100 Subject: add puma nd nulldb adapter --- Gemfile.lock | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index ade052d8a..d93d2b3d7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -356,6 +356,7 @@ GEM pry (~> 0.10) pry-rails (0.3.6) pry (>= 0.10.4) + puma (3.10.0) pundit (1.1.0) activesupport (>= 3.0.0) quiet_assets (1.1.0) @@ -648,6 +649,7 @@ DEPENDENCIES polylines pry-byebug pry-rails + puma (~> 3.10.0) pundit quiet_assets rabl -- cgit v1.2.3 From 9dd63f3bca947e0f770df74c18950848313eb716 Mon Sep 17 00:00:00 2001 From: Florent Peyraud Date: Tue, 19 Dec 2017 11:02:34 +0100 Subject: disable sqlite and tune install task --- Gemfile.lock | 2 -- 1 file changed, 2 deletions(-) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index d93d2b3d7..714523704 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -523,7 +523,6 @@ GEM actionpack (>= 3.0) activesupport (>= 3.0) sprockets (>= 2.8, < 4.0) - sqlite3 (1.3.13) teaspoon (1.1.5) railties (>= 3.2.5, < 6) teaspoon-jasmine (2.3.4) @@ -688,7 +687,6 @@ DEPENDENCIES slim-rails (~> 3.1) spring spring-commands-rspec - sqlite3 teaspoon-jasmine therubyracer (~> 0.12) timecop -- cgit v1.2.3