1
0
mirror of https://github.com/arsenetar/arsenetar.github.io.git synced 2025-07-18 11:03:19 +00:00

5 lines
140 B
Ruby
Raw Permalink Normal View History

source 'https://rubygems.org'
require 'rbconfig'
gem 'wdm', '>=0.1.0' if RbConfig::CONFIG['target_os'] =~ /mswin|mingw/i
gem 'github-pages'