feat: add actiontext and trix editor
This commit is contained in:
parent
9282590c06
commit
c4a53caf52
11 changed files with 94 additions and 11 deletions
6
Gemfile
6
Gemfile
|
|
@ -49,6 +49,8 @@ gem 'whenever', require: false # For defining cronjobs, see config/schedule.rb
|
|||
gem 'exception_notification'
|
||||
gem 'gaffe'
|
||||
gem 'hashie', '~> 3.4.6', require: false # https://github.com/westfieldlabs/apivore/issues/114
|
||||
gem "image_processing", "~> 1.12"
|
||||
gem "importmap-rails", "~> 1.1"
|
||||
gem 'midi-smtp-server'
|
||||
gem 'mime-types'
|
||||
gem 'recurring_select', git: 'https://github.com/gregschmit/recurring_select'
|
||||
|
|
@ -58,6 +60,7 @@ gem 'rswag-api'
|
|||
gem 'rswag-ui'
|
||||
gem 'ruby-filemagic'
|
||||
gem 'spreadsheet'
|
||||
gem "terser", "~> 1.1"
|
||||
|
||||
# we use the git version of acts_as_versioned, and need to include it in this Gemfile
|
||||
gem 'acts_as_versioned', git: 'https://github.com/technoweenie/acts_as_versioned.git'
|
||||
|
|
@ -122,6 +125,3 @@ group :test do
|
|||
# api
|
||||
gem 'rswag-specs'
|
||||
end
|
||||
|
||||
gem "importmap-rails", "~> 1.1"
|
||||
gem "terser", "~> 1.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue