about summary refs log tree commit diff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2018-12-02 16:46:13 +0100
committerEugen Rochko <eugen@zeonfederated.com>2018-12-02 16:46:13 +0100
commit84e5ed43e783de57123d5ce7136178f965c7da7d (patch)
treedead6aa960cec97ebd8ef87c8e204d204d42cccd /Gemfile.lock
parent5648b30d6c61aa22520ca13988206493e0d0f708 (diff)
Preload common JSON-LD contexts (#9412)
Fixes #9411
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock5
1 files changed, 5 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index d9337b367..269c19a95 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -290,6 +290,10 @@ GEM
     json-ld (2.2.1)
       multi_json (~> 1.12)
       rdf (>= 2.2.8, < 4.0)
+    json-ld-preloaded (2.2.3)
+      json-ld (>= 2.2, < 4.0)
+      multi_json (~> 1.12)
+      rdf (>= 2.2, < 4.0)
     jsonapi-renderer (0.2.0)
     jwt (2.1.0)
     kaminari (1.1.1)
@@ -693,6 +697,7 @@ DEPENDENCIES
   idn-ruby
   iso-639
   json-ld (~> 2.2)
+  json-ld-preloaded (~> 2.2)
   kaminari (~> 1.1)
   letter_opener (~> 1.4)
   letter_opener_web (~> 1.3)