This website works better with JavaScript.
Home
Help
Sign In
arsenetar
/
arsenetar.github.io
mirror of
https://github.com/arsenetar/arsenetar.github.io.git
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Update GemFile & .gitignore
Updates the Gemfile to fix an issue in windows. Additionally the gitignore was cleaned up.
master
Andrew Senetar
5 years ago
parent
b6566012a8
commit
c5c8876717
2 changed files
with
7 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-3
.gitignore
+2
-0
Gemfile
+ 5
- 3
.gitignore
View File
@@ -1,10 +1,12 @@
# Jekyll and Scss
#############
## Jekyll
#############
.jekyll-metadata
_site/
/sass_cache/
Gemfile.lock
#############
## Windows
## Windows
#############
# Windows image file caches
+ 2
- 0
Gemfile
View File
@@ -2,3 +2,5 @@ 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'
Write
Preview
Loading…
Cancel
Save