mirror of
https://github.com/geerlingguy/raspberry-pi-pcie-devices.git
synced 2026-08-24 02:34:17 -05:00
14 lines
299 B
Ruby
14 lines
299 B
Ruby
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
|
|
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
|
|
|
|
gem "jekyll", "~> 3.9"
|
|
gem "jekyll-theme-slate", "~> 0.1"
|
|
gem "kramdown-parser-gfm"
|
|
gem 'nokogiri', '~> 1.10'
|
|
gem 'jekyll-redirect-from'
|
|
|
|
gem "mini_magick", "~> 4.11"
|