1
0
mirror of https://github.com/arsenetar/arsenetar.github.io.git synced 2024-11-15 02:19:02 +00:00
arsenetar.github.io/Gemfile
Andrew Senetar c5c8876717 Update GemFile & .gitignore
Updates the Gemfile to fix an issue in windows. Additionally the gitignore
was cleaned up.
2015-06-09 22:18:58 -05:00

7 lines
229 B
Ruby

source 'https://rubygems.org'
require 'rbconfig'
gem 'wdm', '>=0.1.0' if RbConfig::CONFIG['target_os'] =~ /mswin|mingw/i
gem 'github-pages'
# force minimum version of pygments.rb to fix windows issue
gem 'pygments.rb', '>=0.6.1'