dolphins7.skeleton/Gemfile
2024-03-30 06:01:02 -03:00

6 lines
180 B
Ruby

source "https://rubygems.org"
gemspec
gem "twenty-cli", path: "./twenty-cli"
gem "twenty-server", path: "./twenty-server"
gem "twenty-client", path: "./twenty-client"
gem "listen"