Compare commits

..

9 commits

Author SHA1 Message Date
dependabot[bot]
359773cf7f Bump bootsnap from 1.18.4 to 1.18.5
Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.18.4 to 1.18.5.
- [Changelog](https://github.com/Shopify/bootsnap/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Shopify/bootsnap/compare/v1.18.4...v1.18.5)

---
updated-dependencies:
- dependency-name: bootsnap
  dependency-version: 1.18.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-15 16:42:49 +02:00
dependabot[bot]
247ede8b13 Bump kamal from 2.5.3 to 2.6.0
Bumps [kamal](https://github.com/basecamp/kamal) from 2.5.3 to 2.6.0.
- [Release notes](https://github.com/basecamp/kamal/releases)
- [Commits](https://github.com/basecamp/kamal/compare/v2.5.3...v2.6.0)

---
updated-dependencies:
- dependency-name: kamal
  dependency-version: 2.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-15 16:42:49 +02:00
dependabot[bot]
fb6bd2a198 Bump solid_cable from 3.0.7 to 3.0.8
Bumps [solid_cable](https://github.com/rails/solid_cable) from 3.0.7 to 3.0.8.
- [Release notes](https://github.com/rails/solid_cable/releases)
- [Commits](https://github.com/rails/solid_cable/compare/v3.0.7...v3.0.8)

---
updated-dependencies:
- dependency-name: solid_cable
  dependency-version: 3.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-15 16:42:49 +02:00
663c583a51 Add posts, tags, tagging, to database. Create references to align with new DB model. Add image of mermaid template model. 2025-05-15 16:35:29 +02:00
881cafdb05 Configure tests and helpers for current backend state 2025-05-09 14:58:37 +02:00
eb8cf4511f Remove leftover note tests 2025-05-09 14:57:33 +02:00
04b69f50a1 Add session & user management in the backend 2025-05-09 14:56:30 +02:00
b7ea4f874f Update gems & gitignore 2025-05-09 14:50:29 +02:00
7a1a571146 Add: image database table, image test site, image upload support 2025-05-07 11:28:05 +02:00

View file

@ -81,7 +81,7 @@ GEM
benchmark (0.4.0) benchmark (0.4.0)
bigdecimal (3.1.9) bigdecimal (3.1.9)
bindex (0.8.1) bindex (0.8.1)
bootsnap (1.18.6) bootsnap (1.18.5)
msgpack (~> 1.2) msgpack (~> 1.2)
brakeman (7.0.2) brakeman (7.0.2)
racc racc
@ -128,7 +128,7 @@ GEM
actionview (>= 5.0.0) actionview (>= 5.0.0)
activesupport (>= 5.0.0) activesupport (>= 5.0.0)
json (2.11.3) json (2.11.3)
kamal (2.6.1) kamal (2.6.0)
activesupport (>= 7.0) activesupport (>= 7.0)
base64 (~> 0.2) base64 (~> 0.2)
bcrypt_pbkdf (~> 1.0) bcrypt_pbkdf (~> 1.0)