dolphins7.skeleton/twenty-frontend/Gemfile

9 lines
278 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"
gem "nanoc", "~> 4.12"
gem "nanoc-webpack.rb", github: "0x1eef/nanoc-webpack.rb"
2023-12-09 22:59:56 +01:00
gem "nanoc-tidy.rb", github: "0x1eef/nanoc-tidy.rb"
2023-12-09 22:55:12 +01:00
gem "ryo.rb", github: "0x1eef/ryo.rb"
gem "sass", "~> 3.7"
2023-12-09 23:03:41 +01:00
gem "rainpress", "~> 1.0"