dolphins7.skeleton/twenty-client/Gemfile

11 lines
200 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