]> git.openstreetmap.org Git - rails.git/commitdiff
Drop version constraint for debug_inspector
authorTom Hughes <tom@compton.nu>
Thu, 22 Apr 2021 13:21:55 +0000 (13:21 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 22 Apr 2021 13:21:55 +0000 (13:21 +0000)
Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index 7e9be257b4969997204625b53ff787390dc008cc..73306cc09f7def9270eea364aa373b83bfca263d 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -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
index b974625882b960200febf070768dacc39f4e8138..d5d1fdef1811efd0440aef09a05cf4c305117128 100644 (file)
@@ -139,7 +139,7 @@ GEM
       rexml
     crass (1.0.6)
     dalli (2.7.11)
-    debug_inspector (0.0.3)
+    debug_inspector (1.1.0)
     deep_merge (1.2.1)
     delayed_job (4.1.9)
       activesupport (>= 3.0, < 6.2)
@@ -493,7 +493,7 @@ DEPENDENCIES
   composite_primary_keys (~> 12.0.0)
   config
   dalli
-  debug_inspector (< 1.0.0)
+  debug_inspector
   delayed_job_active_record
   dynamic_form
   erb_lint