dolphins7.skeleton/twenty-frontend/Gemfile

16 lines
329 B
Ruby

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