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.lock | |
| 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.lock')
| -rw-r--r-- | Gemfile.lock | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
