mirror of
https://github.com/arsenetar/arsenetar.github.io.git
synced 2025-05-09 18:19:49 +00:00
Update GemFile & .gitignore
Updates the Gemfile to fix an issue in windows. Additionally the gitignore was cleaned up.
This commit is contained in:
parent
b6566012a8
commit
c5c8876717
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,6 +1,8 @@
|
|||||||
# Jekyll and Scss
|
#############
|
||||||
|
## Jekyll
|
||||||
|
#############
|
||||||
|
.jekyll-metadata
|
||||||
_site/
|
_site/
|
||||||
/sass_cache/
|
|
||||||
Gemfile.lock
|
Gemfile.lock
|
||||||
|
|
||||||
#############
|
#############
|
||||||
|
2
Gemfile
2
Gemfile
@ -2,3 +2,5 @@ source 'https://rubygems.org'
|
|||||||
require 'rbconfig'
|
require 'rbconfig'
|
||||||
gem 'wdm', '>=0.1.0' if RbConfig::CONFIG['target_os'] =~ /mswin|mingw/i
|
gem 'wdm', '>=0.1.0' if RbConfig::CONFIG['target_os'] =~ /mswin|mingw/i
|
||||||
gem 'github-pages'
|
gem 'github-pages'
|
||||||
|
# force minimum version of pygments.rb to fix windows issue
|
||||||
|
gem 'pygments.rb', '>=0.6.1'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user