dolphins7.skeleton/client/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

10 lines
199 B
Ruby

# frozen_string_literal: true
source "https://rubygems.org"
gemspec
require 'rbconfig'
case RbConfig::CONFIG['target_os']
when /(?i-mx:bsd|dragonfly)/
# gem 'rb-kqueue', '>= 0.2'
else
# Poll
end