diff options
| author | Teddy Wing | 2017-05-31 18:54:25 +0200 | 
|---|---|---|
| committer | Teddy Wing | 2017-05-31 18:54:25 +0200 | 
| commit | a39d78ed314bc2eb1b030cadbbf0b928e36e1927 (patch) | |
| tree | 227ce1afeb4d08cd147975d3a1eff69c36180e34 /Gemfile | |
| parent | a5ea240ed1eec9b500c7aa723f1a71a2f9057383 (diff) | |
| download | chouette-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-- | Gemfile | 1 | 
1 files changed, 1 insertions, 0 deletions
@@ -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'  | 
