al-quran.reflectslight.io/Gemfile

28 lines
635 B
Ruby
Raw Normal View History

2022-11-02 04:49:43 +01:00
# frozen_string_literal: true
source "https://rubygems.org"
##
# nanoc
2022-11-02 04:49:43 +01:00
gem "nanoc", "~> 4.12"
##
# nanoc filters
gem "nanoc-gzip.rb", github: "0x1eef/nanoc-gzip.rb", tag: "v0.2.0"
2023-03-27 17:23:20 +02:00
gem "nanoc-webpack.rb", github: "0x1eef/nanoc-webpack.rb", tag: "v0.2.0"
2022-11-02 04:49:43 +01:00
gem "rainpress", "~> 1.0"
2022-11-20 08:38:39 +01:00
gem "sass", "~> 3.7"
##
# Ruby web server
gem "server.rb", path: "./packages/ruby/server"
##
# Everything else
gem "ryo.rb", "~> 0.3", github: "0x1eef/ryo.rb", tag: "v0.3.0"
2023-03-21 07:01:24 +01:00
gem "test-cmd.rb", "~> 0.3", github: "0x1eef/test-cmd.rb", tag: "v0.3.0"
2023-03-12 21:27:52 +01:00
gem "standard", "~> 1.24"
2022-11-20 08:38:39 +01:00
gem "paint", "~> 2.3"
gem "dotenv", "~> 2.8"
gem "listen", "~> 3.0"
2023-03-21 07:01:24 +01:00
gem "rake"