dolphins7.skeleton/twenty-frontend/Gemfile

17 lines
329 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
2023-12-09 22:55:12 +01:00
gem "nanoc", "~> 4.12"
2023-12-22 10:26:18 +01:00
gem "nanoc-live", "~> 1.0"
gem "nanoc-webpack.rb", "~> 0.5"
2023-12-09 22:55:12 +01:00
gem "sass", "~> 3.7"
2023-12-09 23:03:41 +01:00
gem "rainpress", "~> 1.0"
require 'rbconfig'
case RbConfig::CONFIG['target_os']
when /(?i-mx:bsd|dragonfly)/
gem 'rb-kqueue', '>= 0.2'
else
# Poll
end