mirror of
https://gitlab.silvrtree.co.uk/martind2000/sensortoy-app.git
synced 2025-02-06 11:59:16 +00:00
9 lines
172 B
Ruby
9 lines
172 B
Ruby
|
source "https://rubygems.org"
|
||
|
|
||
|
gem "jekyll"
|
||
|
gem "jekyll-redirect-from"
|
||
|
gem "sanitize", '4.0.1'
|
||
|
gem "redcarpet"
|
||
|
gem "pygments.rb"
|
||
|
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
|