Check show ansicht
Some checks failed
/ Run system tests (push) Waiting to run
/ Build, push and deploy image (push) Blocked by required conditions
/ Run tests (push) Has been cancelled

This commit is contained in:
david 2024-09-11 22:04:55 +02:00
parent 4f98673205
commit 29a2bd7466
9 changed files with 74 additions and 25 deletions

View file

@ -48,6 +48,7 @@ gem "tzinfo-data", platforms: %i[windows jruby]
gem "bootsnap", require: false
# Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images]
gem "activerecord-enhancedsqlite3-adapter"
gem "bootstrap_form"
gem "caxlsx"
gem "caxlsx_rails"
@ -58,7 +59,7 @@ gem "pandoc-ruby"
gem "prawn-markup"
gem "prawn-rails"
gem "sablon"
gem "activerecord-enhancedsqlite3-adapter"
gem "ransack"
gem "slim"
group :development, :test do