dolphins7.skeleton/client/Gemfile

12 lines
200 B
Ruby
Raw Normal View History

2023-12-08 19:27:00 +01:00
# frozen_string_literal: true
2023-12-09 22:55:12 +01:00
source "https://rubygems.org"
2023-12-20 15:32:52 +01:00
gemspec
require 'rbconfig'
case RbConfig::CONFIG['target_os']
when /(?i-mx:bsd|dragonfly)/
2024-03-12 09:47:48 +01:00
# gem 'rb-kqueue', '>= 0.2'
else
# Poll
end