summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index d136eb5c..19d92d77 100644
--- a/Gemfile
+++ b/Gemfile
@@ -45,10 +45,11 @@ gem 'acts-as-taggable-on',
45 git: 'https://github.com/mbleigh/acts-as-taggable-on.git', 45 git: 'https://github.com/mbleigh/acts-as-taggable-on.git',
46 branch: 'master' 46 branch: 'master'
47 47
48# ── XML / parsing ───────────────────────────────────────────────────────────── 48# ── XML / parsing / diffing ───────────────────────────────────────────────────
49 49
50gem 'libxml-ruby', '~> 5.0', require: 'xml' # body link rewriting in Page model 50gem 'libxml-ruby', '~> 5.0', require: 'xml' # body link rewriting in Page model
51gem 'nokogiri', '~> 1.18' 51gem 'nokogiri', '~> 1.18'
52gem 'diff-lcs', require: 'diff/lcs'
52 53
53# ── Operational ─────────────────────────────────────────────────────────────── 54# ── Operational ───────────────────────────────────────────────────────────────
54 55