mirror of
https://github.com/tabler/tabler.git
synced 2025-12-26 19:26:10 +04:00
14 lines
287 B
Ruby
14 lines
287 B
Ruby
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
|
|
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
|
|
|
|
gem "jekyll", ">= 3.8.5"
|
|
gem "jekyll-random", "~> 0.0.3"
|
|
gem "jekyll-tidy"
|
|
gem "jekyll-timeago"
|
|
gem 'jekyll-redirect-from'
|
|
|
|
gem "htmlbeautifier", "~> 1.3"
|