diff --git a/indexer/Gemfile.lock b/indexer/Gemfile.lock index c98f1c46cf..634fb6c15e 100644 --- a/indexer/Gemfile.lock +++ b/indexer/Gemfile.lock @@ -6,6 +6,7 @@ GEM i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) + atomic (1.0.1) atomic (1.0.1-java) backports (3.15.0) builder (3.2.4) @@ -30,13 +31,21 @@ GEM i18n (0.9.1) concurrent-ruby (~> 1.0) ipaddress (0.8.3) + json (1.8.6) json (1.8.6-java) mime-types (3.3.1) mime-types-data (~> 3.2015) mime-types-data (3.2019.1009) + mini_portile2 (2.8.0) minitest (5.13.0) multi_json (1.14.1) - nokogiri (1.10.7-java) + nokogiri (1.13.9) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) + nokogiri (1.13.9-java) + racc (~> 1.4) + racc (1.6.0) + racc (1.6.0-java) rack (1.6.12) rack-protection (1.5.5) rack @@ -53,6 +62,7 @@ GEM rack-test sinatra (~> 1.4.0) tilt (>= 1.3, < 3) + thread_safe (0.3.6) thread_safe (0.3.6-java) tilt (2.0.10) tzinfo (1.2.6) @@ -60,6 +70,7 @@ GEM PLATFORMS java + ruby DEPENDENCIES activesupport (= 5.0.7.2)