dolphins7.skeleton/Gemfile
0x1eef 2bf57351ea Re-implement the client
Not all website features are working, but this commit is mostly
focused on an architecture that can be used in future projects
2024-07-31 22:48:00 -03:00

7 lines
210 B
Ruby

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