plentz / lol_dba

lol_dba is a small package of rake tasks that scan your application models and displays a list of columns that probably should be indexed. Also, it can generate .sql migration scripts.
1.59k stars 69 forks source link

Unresolved specs warning and show nothing in Rails 5.1 #93

Closed adamaiken89 closed 6 years ago

adamaiken89 commented 6 years ago

When trying to run lol_dba db:find_indexes and the following warning is displayed but nothing related to keys are present.

WARN: Unresolved specs during Gem::Specification.reset:
      i18n (~> 0.7)
      rake (>= 0.8.7)
      thor (< 2.0, >= 0.18.1)
WARN: Clearing out unresolved specs.
Please report a bug if this causes problems.

Does anyone know how to solve this?

plentz commented 6 years ago

I've tried with the latest lol_dba and it didn't happen.