summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index cad34dfa..0d7f91c6 100644
--- a/Gemfile
+++ b/Gemfile
@@ -38,7 +38,7 @@ gem 'rails_icons'
38gem 'globalize', '~> 7.0' # translated model attributes (Page title/abstract/body) 38gem 'globalize', '~> 7.0' # translated model attributes (Page title/abstract/body)
39gem 'acts_as_list' # page revision ordering 39gem 'acts_as_list' # page revision ordering
40gem 'will_paginate', '~> 3.0' 40gem 'will_paginate', '~> 3.0'
41gem 'bcrypt', '~> 3.1' 41
42 42
43# Pinned to git until a release widens the activerecord < 8.1 ceiling. 43# Pinned to git until a release widens the activerecord < 8.1 ceiling.
44# Both gems work correctly on Rails 8.1; the gemspec constraint is overly conservative. 44# Both gems work correctly on Rails 8.1; the gemspec constraint is overly conservative.
@@ -47,6 +47,12 @@ gem 'acts-as-taggable-on',
47 git: 'https://github.com/mbleigh/acts-as-taggable-on.git', 47 git: 'https://github.com/mbleigh/acts-as-taggable-on.git',
48 branch: 'master' 48 branch: 'master'
49 49
50# ── Auth and sessions ─────────────────────────────────────────────────────────
51
52gem "rotp", ">= 6.3.0"
53gem "rqrcode", "~> 3.1.0"
54gem 'bcrypt', '~> 3.1'
55
50# ── XML / parsing / diffing ─────────────────────────────────────────────────── 56# ── XML / parsing / diffing ───────────────────────────────────────────────────
51 57
52gem 'libxml-ruby', '~> 5.0', require: 'xml' # body link rewriting in Page model 58gem 'libxml-ruby', '~> 5.0', require: 'xml' # body link rewriting in Page model