1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00
Files
tabler/Gemfile
2019-07-29 20:16:31 +02:00

14 lines
325 B
Ruby

# frozen_string_literal: true
source "https://rubygems.org"
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
gem "jekyll", ">= 3.8.6"
gem "jekyll-random", "~> 0.0.3"
gem "jekyll-tidy"
gem "jekyll-timeago"
gem 'jekyll-redirect-from'
gem 'jekyll-include-cache'
gem 'wdm', '>= 0.1.1' if Gem.win_platform?