mirror of
https://github.com/tabler/tabler.git
synced 2026-07-18 03:21:41 +04:00
12 lines
255 B
Ruby
12 lines
255 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'
|