Skip to content

Commit

Permalink
Re-add commonmarker
Browse files Browse the repository at this point in the history
  • Loading branch information
gazayas committed Aug 8, 2023
1 parent 8c101db commit c3a19a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bullet_train/bullet_train.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "valid_email"

# Allow users to supply content with markdown formatting. Powers our markdown() view helper.
# spec.add_dependency "commonmarker", ">= 1.0.0.pre10"
spec.add_dependency "commonmarker", ">= 1.0.0.pre10"

# Extract the body from emails received using action inbox.
spec.add_dependency "extended_email_reply_parser" # TODO ➡️ `bullet_train-conversations`
Expand Down
2 changes: 1 addition & 1 deletion bullet_train/lib/bullet_train.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
require "premailer/rails"
require "figaro"
require "valid_email"
#require "commonmarker"
require "commonmarker"
require "extended_email_reply_parser"
require "pagy"
require "devise/pwned_password"
Expand Down

0 comments on commit c3a19a0

Please sign in to comment.