Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ group :development do
gem "bundler-audit"
gem "herb"
gem "hotwire-spark"
gem "htmlbeautifier"
gem "kamal"
gem "letter_opener"
gem "reactionview"
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ GEM
listen
rails (>= 7.0.0)
zeitwerk
htmlbeautifier (1.4.3)
i18n (1.14.8)
concurrent-ruby (~> 1.0)
image_processing (1.14.0)
Expand Down Expand Up @@ -595,6 +596,7 @@ DEPENDENCIES
factory_bot_rails
herb
hotwire-spark
htmlbeautifier
image_processing
importmap-rails
inline_svg
Expand Down
1 change: 0 additions & 1 deletion app/javascript/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
import "@hotwired/turbo-rails"
import "@rails/activestorage"
import "controllers"
import "charts"
import "custom"
2 changes: 0 additions & 2 deletions app/javascript/charts/index.js

This file was deleted.

Loading