about summary refs log tree commit diff
path: root/Gemfile
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
parent5648b30d6c61aa22520ca13988206493e0d0f708 (diff)
Preload common JSON-LD contexts (#9412)
Fixes #9411
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index cb5f075c1..6e83a52ca 100644
--- a/Gemfile
+++ b/Gemfile
@@ -90,6 +90,7 @@ gem 'webpacker', '~> 3.5'
 gem 'webpush'
 
 gem 'json-ld', '~> 2.2'
+gem 'json-ld-preloaded', '~> 2.2'
 gem 'rdf-normalize', '~> 0.3'
 
 group :development, :test do