dolphins7.skeleton/twenty-frontend/Gemfile

9 lines
198 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"
2023-12-20 15:32:52 +01:00
gem "nanoc-webpack.rb", "~> 0.4"
2023-12-09 22:55:12 +01:00
gem "sass", "~> 3.7"
2023-12-09 23:03:41 +01:00
gem "rainpress", "~> 1.0"