Skip to content

Commit

Permalink
Windows fix for Gemfile, removes execjs and therubyracer from depende…
Browse files Browse the repository at this point in the history
…ncies (mmistakes#128)

* quickfix to run blog on localhost without changing _config.yml

* windows fix for Gemfile, removes execjs and therubyracer from dependencies
  • Loading branch information
adrianharabula authored and daattali committed Nov 13, 2016
1 parent 9debb30 commit 440c6e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
source 'https://rubygems.org'

gem 'execjs'
gem 'therubyracer'
gem 'github-pages'
gem 'jekyll-paginate'
14 changes: 6 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ GEM
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
ffi (1.9.10)
ffi (1.9.10-x64-mingw32)
gemoji (2.1.0)
github-pages (82)
github-pages-health-check (= 1.1.0)
Expand Down Expand Up @@ -86,7 +87,6 @@ GEM
jekyll (>= 3.0)
json (1.8.3)
kramdown (1.10.0)
libv8 (3.16.14.15)
liquid (3.0.6)
listen (3.0.6)
rb-fsevent (>= 0.9.3)
Expand All @@ -99,24 +99,23 @@ GEM
nokogiri (1.6.8)
mini_portile2 (~> 2.1.0)
pkg-config (~> 1.1.7)
nokogiri (1.6.8-x64-mingw32)
mini_portile2 (~> 2.1.0)
pkg-config (~> 1.1.7)
octokit (4.3.0)
sawyer (~> 0.7.0, >= 0.5.3)
pkg-config (1.1.7)
public_suffix (1.5.3)
rb-fsevent (0.9.7)
rb-inotify (0.9.7)
ffi (>= 0.5.0)
ref (2.0.0)
rouge (1.10.1)
safe_yaml (1.0.4)
sass (3.4.22)
sawyer (0.7.0)
addressable (>= 2.3.5, < 2.5)
faraday (~> 0.8, < 0.10)
terminal-table (1.6.0)
therubyracer (0.12.2)
libv8 (~> 3.16.14.0)
ref
thread_safe (0.3.5)
typhoeus (0.8.0)
ethon (>= 0.8.0)
Expand All @@ -125,12 +124,11 @@ GEM

PLATFORMS
ruby
x64-mingw32

DEPENDENCIES
execjs
github-pages
jekyll-paginate
therubyracer

BUNDLED WITH
1.12.5
1.13.6

0 comments on commit 440c6e7

Please sign in to comment.