diff options
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -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 | ||
| 50 | gem 'libxml-ruby', '~> 5.0', require: 'xml' # body link rewriting in Page model | 50 | gem 'libxml-ruby', '~> 5.0', require: 'xml' # body link rewriting in Page model |
| 51 | gem 'nokogiri', '~> 1.18' | 51 | gem 'nokogiri', '~> 1.18' |
| 52 | gem 'diff-lcs', require: 'diff/lcs' | ||
| 52 | 53 | ||
| 53 | # ── Operational ─────────────────────────────────────────────────────────────── | 54 | # ── Operational ─────────────────────────────────────────────────────────────── |
| 54 | 55 | ||
