No description
Find a file
dependabot[bot] 6547f3e0c9
Bump importmap-rails from 2.1.0 to 2.2.1
Bumps [importmap-rails](https://github.com/rails/importmap-rails) from 2.1.0 to 2.2.1.
- [Release notes](https://github.com/rails/importmap-rails/releases)
- [Commits](https://github.com/rails/importmap-rails/compare/v2.1.0...v2.2.1)

---
updated-dependencies:
- dependency-name: importmap-rails
  dependency-version: 2.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-30 21:13:07 +00:00
.github Initial Commit 2025-05-23 13:27:29 +02:00
.kamal Initial Commit 2025-05-23 13:27:29 +02:00
app Create users, groups, user_summary models 2025-05-23 15:43:32 +02:00
bin Initial Commit 2025-05-23 13:27:29 +02:00
config Add posts test 2025-05-23 14:14:30 +02:00
lib/tasks Initial Commit 2025-05-23 13:27:29 +02:00
log Initial Commit 2025-05-23 13:27:29 +02:00
public Initial Commit 2025-05-23 13:27:29 +02:00
script Initial Commit 2025-05-23 13:27:29 +02:00
test Create users, groups, user_summary models 2025-05-23 15:43:32 +02:00
tmp Initial Commit 2025-05-23 13:27:29 +02:00
vendor Initial Commit 2025-05-23 13:27:29 +02:00
.dockerignore Initial Commit 2025-05-23 13:27:29 +02:00
.gitattributes Initial Commit 2025-05-23 13:27:29 +02:00
.gitignore Initial Commit 2025-05-23 13:27:29 +02:00
.rubocop.yml Initial Commit 2025-05-23 13:27:29 +02:00
.ruby-version Initial Commit 2025-05-23 13:27:29 +02:00
config.ru Initial Commit 2025-05-23 13:27:29 +02:00
Dockerfile Initial Commit 2025-05-23 13:27:29 +02:00
Gemfile Add Mongoid, MongoDB ODM for Ruby 2025-05-23 14:14:06 +02:00
Gemfile.lock Bump importmap-rails from 2.1.0 to 2.2.1 2025-07-30 21:13:07 +00:00
Rakefile Initial Commit 2025-05-23 13:27:29 +02:00
README.md Initial Commit 2025-05-23 13:27:29 +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

  • ...