Drop version constraint for debug_inspector

This commit is contained in:
Tom Hughes 2021-04-22 13:21:55 +00:00
parent 3261f446ab
commit d9104413f8
2 changed files with 3 additions and 3 deletions

View file

@ -125,7 +125,7 @@ group :development do
gem "annotate"
gem "better_errors"
gem "binding_of_caller"
gem "debug_inspector", "< 1.0.0"
gem "debug_inspector"
gem "listen"
gem "vendorer"
end