From a39d78ed314bc2eb1b030cadbbf0b928e36e1927 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 31 May 2017 18:54:25 +0200 Subject: Add 'dbshell-rails' gem This is a personal optimisation. If it doesn't make sense to add to the project, we can remove it. I want to be able to open the application's database console quickly at times, and this gem lets me do that. --- Gemfile.lock | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index f7ffc1788..992e44af0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -180,6 +180,7 @@ GEM daemons (1.2.4) database_cleaner (1.5.3) dbf (3.1.0) + dbshell-rails (0.0.2) debug_inspector (0.0.2) deep_cloneable (2.0.2) activerecord (>= 3.1.0, < 5.0.0) @@ -579,6 +580,7 @@ DEPENDENCIES cucumber-rails daemons database_cleaner + dbshell-rails deep_cloneable (~> 2.0.0) devise (~> 3.5.4) devise-async -- cgit v1.2.3