aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2017-05-31 18:54:25 +0200
committerTeddy Wing2017-05-31 18:54:25 +0200
commita39d78ed314bc2eb1b030cadbbf0b928e36e1927 (patch)
tree227ce1afeb4d08cd147975d3a1eff69c36180e34
parenta5ea240ed1eec9b500c7aa723f1a71a2f9057383 (diff)
downloadchouette-core-a39d78ed314bc2eb1b030cadbbf0b928e36e1927.tar.bz2
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.
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock2
2 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index d103b5100..55e88f78a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -147,6 +147,7 @@ group :development do
gem 'license_finder'
gem 'bundler-audit'
gem 'spring-commands-rspec'
+ gem 'dbshell-rails'
platforms :ruby_20, :ruby_21, :ruby_22 do
gem 'better_errors'
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