diff --git a/.gitignore b/.gitignore index 11fe251d4..9f31bc8f6 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ node_modules npm-debug.log* /vendor torrents +Gemfile.lock \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index ed9fb4411..000000000 --- a/Gemfile.lock +++ /dev/null @@ -1,107 +0,0 @@ -PATH - remote: . - specs: - minimal-mistakes-jekyll (4.0.9) - jekyll (~> 3.3) - jekyll-feed (~> 0.8) - jekyll-gist (~> 1.4) - jekyll-paginate (~> 1.1) - jekyll-sitemap (~> 0.12) - jemoji (~> 0.7) - -GEM - remote: https://rubygems.org/ - specs: - activesupport (4.2.7.1) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - addressable (2.5.0) - public_suffix (~> 2.0, >= 2.0.2) - colorator (1.1.0) - faraday (0.10.0) - multipart-post (>= 1.2, < 3) - ffi (1.9.14) - ffi (1.9.14-x64-mingw32) - forwardable-extended (2.6.0) - gemoji (2.1.0) - html-pipeline (2.4.2) - activesupport (>= 2) - nokogiri (>= 1.4) - i18n (0.7.0) - jekyll (3.3.1) - addressable (~> 2.4) - colorator (~> 1.0) - jekyll-sass-converter (~> 1.0) - jekyll-watch (~> 1.1) - kramdown (~> 1.3) - liquid (~> 3.0) - mercenary (~> 0.3.3) - pathutil (~> 0.9) - rouge (~> 1.7) - safe_yaml (~> 1.0) - jekyll-feed (0.8.0) - jekyll (~> 3.3) - jekyll-gist (1.4.0) - octokit (~> 4.2) - jekyll-paginate (1.1.0) - jekyll-redirect-from (0.11.0) - jekyll (>= 2.0) - jekyll-sass-converter (1.5.0) - sass (~> 3.4) - jekyll-sitemap (0.12.0) - jekyll (~> 3.3) - jekyll-watch (1.5.0) - listen (~> 3.0, < 3.1) - jemoji (0.7.0) - activesupport (~> 4.0) - gemoji (~> 2.0) - html-pipeline (~> 2.2) - jekyll (>= 3.0) - json (1.8.3) - kramdown (1.13.0) - liquid (3.0.6) - listen (3.0.8) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - mercenary (0.3.6) - mini_portile2 (2.1.0) - minitest (5.9.1) - multipart-post (2.0.0) - nokogiri (1.6.8.1) - mini_portile2 (~> 2.1.0) - nokogiri (1.6.8.1-x64-mingw32) - mini_portile2 (~> 2.1.0) - octokit (4.6.2) - sawyer (~> 0.8.0, >= 0.5.3) - pathutil (0.14.0) - forwardable-extended (~> 2.6) - public_suffix (2.0.4) - rake (10.5.0) - rb-fsevent (0.9.8) - rb-inotify (0.9.7) - ffi (>= 0.5.0) - rouge (1.11.1) - safe_yaml (1.0.4) - sass (3.4.22) - sawyer (0.8.1) - addressable (>= 2.3.5, < 2.6) - faraday (~> 0.8, < 1.0) - thread_safe (0.3.5) - tzinfo (1.2.2) - thread_safe (~> 0.1) - -PLATFORMS - ruby - x64-mingw32 - -DEPENDENCIES - bundler (~> 1.12) - jekyll-redirect-from - minimal-mistakes-jekyll! - rake (~> 10.0) - -BUNDLED WITH - 1.13.7