27 lines
576 B
Ruby
27 lines
576 B
Ruby
# frozen_string_literal: true
|
|
source "https://rubygems.org"
|
|
|
|
##
|
|
# nanoc
|
|
gem "nanoc", "~> 4.12"
|
|
gem "nanoc-live", "~> 1.0"
|
|
|
|
##
|
|
# nanoc filters
|
|
gem "nanoc-gunzip.rb", github: "0x1eef/nanoc-gunzip.rb", tag: "v0.1.2"
|
|
gem "nanoc-webpack.rb", github: "0x1eef/nanoc-webpack.rb", tag: "v0.1.5"
|
|
gem "rainpress", "~> 1.0"
|
|
gem "sass", "~> 3.7"
|
|
|
|
##
|
|
# Ruby web server
|
|
gem "adsf", "~> 1.4"
|
|
gem "puma", "~> 6.0"
|
|
|
|
##
|
|
# Everything else
|
|
gem "ryo.rb", "~> 0.3", github: "0x1eef/ryo.rb", tag: "v0.3.0"
|
|
gem "standard", "~> 1.24"
|
|
gem "paint", "~> 2.3"
|
|
gem "dotenv", "~> 2.8"
|
|
gem "listen", "~> 3.0"
|