No description
Find a file
dependabot[bot] efa2bcb23a
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-12 18:24:13 +00:00
.github Initial Commit 2025-05-07 11:23:41 +02:00
.kamal Initial Commit 2025-05-07 11:23:41 +02:00
app Initial Commit 2025-05-07 11:23:41 +02:00
bin Initial Commit 2025-05-07 11:23:41 +02:00
config Initial Commit 2025-05-07 11:23:41 +02:00
db Initial Commit 2025-05-07 11:23:41 +02:00
lib/tasks Initial Commit 2025-05-07 11:23:41 +02:00
log Initial Commit 2025-05-07 11:23:41 +02:00
public Initial Commit 2025-05-07 11:23:41 +02:00
script Initial Commit 2025-05-07 11:23:41 +02:00
storage Initial Commit 2025-05-07 11:23:41 +02:00
test Initial Commit 2025-05-07 11:23:41 +02:00
tmp Initial Commit 2025-05-07 11:23:41 +02:00
vendor Initial Commit 2025-05-07 11:23:41 +02:00
.dockerignore Initial Commit 2025-05-07 11:23:41 +02:00
.gitattributes Initial Commit 2025-05-07 11:23:41 +02:00
.gitignore Initial Commit 2025-05-07 11:23:41 +02:00
.rubocop.yml Initial Commit 2025-05-07 11:23:41 +02:00
.ruby-version Initial Commit 2025-05-07 11:23:41 +02:00
config.ru Initial Commit 2025-05-07 11:23:41 +02:00
Dockerfile Initial Commit 2025-05-07 11:23:41 +02:00
Gemfile Initial Commit 2025-05-07 11:23:41 +02:00
Gemfile.lock Bump solid_cable from 3.0.7 to 3.0.8 2025-05-12 18:24:13 +00:00
Rakefile Initial Commit 2025-05-07 11:23:41 +02:00
README.md Initial Commit 2025-05-07 11:23:41 +02:00

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...