Files
ubicloud/demo
Enes Cakir 5a4f50413f Change "rake" to "bundle exec rake" in the demo docker-compose file.
When we use GitHub references in the Gemfile, we need to use `bundle
exec rake` instead of `rake` to avoid the error `rake aborted!
LoadError: cannot load such file`.

Currently, the "sequel" gem is using a GitHub reference in the Gemfile.
Since we change references over time, using "bundle exec rake" is a
better choice.

Fixes #2325
2024-11-26 15:45:43 +03:00
..
2023-08-07 10:52:22 +03:00