dolphins7.skeleton/twenty-client/Gemfile

12 lines
199 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)/
gem 'rb-kqueue', '>= 0.2'
else
# Poll
end