summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile10
1 files changed, 3 insertions, 7 deletions
diff --git a/Gemfile b/Gemfile
index d08b7661c..e979abf83 100644
--- a/Gemfile
+++ b/Gemfile
@@ -11,17 +11,18 @@ gem 'marcel'
gem 'mail', '~> 2.8.1'
gem 'nokogiri', '~> 1.18.3'
gem 'i18n', '~> 1.14.1'
-gem 'rbpdf', '~> 1.21.3'
+gem 'rbpdf', '~> 1.21.4'
gem 'addressable'
gem 'rubyzip', '~> 2.4.0'
gem 'propshaft', '~> 1.1.0'
gem 'rack', '>= 3.1.3'
gem "stimulus-rails", "~> 1.3"
gem "importmap-rails", "~> 2.0"
+gem 'commonmarker', '~> 2.3.0'
# Ruby Standard Gems
gem 'csv', '~> 3.3.2'
-gem 'net-imap', '~> 0.5.4'
+gem 'net-imap', '~> 0.5.7'
gem 'net-pop', '~> 0.1.2'
gem 'net-smtp', '~> 0.5.0'
@@ -46,11 +47,6 @@ group :minimagick do
gem 'mini_magick', '~> 5.2.0'
end
-# Optional CommonMark support, not for JRuby
-group :common_mark do
- gem "commonmarker", '~> 2.3.0'
-end
-
# Include database gems for the adapters found in the database
# configuration file
database_file = File.join(File.dirname(__FILE__), "config/database.yml")