aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorTeddy Wing2017-05-31 18:54:25 +0200
committerTeddy Wing2017-05-31 18:54:25 +0200
commita39d78ed314bc2eb1b030cadbbf0b928e36e1927 (patch)
tree227ce1afeb4d08cd147975d3a1eff69c36180e34 /Gemfile
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.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 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'