mirror of
https://github.com/geerlingguy/raspberry-pi-pcie-devices.git
synced 2026-08-24 10:14:22 -05:00
9 lines
206 B
Ruby
9 lines
206 B
Ruby
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
|
|
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
|
|
|
|
gem 'github-pages', group: :jekyll_plugins
|
|
gem "smartcropper", "~> 0.7.1"
|