dolphins7.skeleton/Gemfile

7 lines
180 B
Ruby
Raw Normal View History

2023-12-08 17:28:45 +01:00
source "https://rubygems.org"
2023-12-22 06:48:43 +01:00
gemspec
2023-12-08 17:28:45 +01:00
gem "twenty-cli", path: "./twenty-cli"
gem "twenty-server", path: "./twenty-server"
gem "twenty-client", path: "./twenty-client"
2024-02-10 00:27:50 +01:00
gem "listen"