From 44538dcea2817c53dbe8e436a9d4df2076db52c7 Mon Sep 17 00:00:00 2001 From: Thiago Paes Date: Tue, 30 Jan 2018 13:48:57 -0200 Subject: [PATCH] Removendo Gemfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removendo Gemfile por avisos de vulnerabilidades e também pq não é necessário, pois o github pages utiliza o _config.yml. --- Gemfile | 6 ----- Gemfile.lock | 76 ---------------------------------------------------- 2 files changed, 82 deletions(-) delete mode 100644 Gemfile delete mode 100644 Gemfile.lock diff --git a/Gemfile b/Gemfile deleted file mode 100644 index b9fe4eb..0000000 --- a/Gemfile +++ /dev/null @@ -1,6 +0,0 @@ -source "https://rubygems.org" - -gem "jekyll-sitemap" -gem "jekyll-paginate" -gem "jekyll" -gem "html-proofer" diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index 77e4957..0000000 --- a/Gemfile.lock +++ /dev/null @@ -1,76 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - activesupport (4.2.5.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.4.0) - colorator (0.1) - colored (1.2) - ethon (0.8.1) - ffi (>= 1.3.0) - ffi (1.9.10) - html-proofer (2.6.4) - activesupport (~> 4.2) - addressable (~> 2.3) - colored (~> 1.2) - mercenary (~> 0.3.2) - nokogiri (~> 1.5) - parallel (~> 1.3) - typhoeus (~> 0.7) - yell (~> 2.0) - i18n (0.7.0) - jekyll (3.1.1) - colorator (~> 0.1) - jekyll-sass-converter (~> 1.0) - jekyll-watch (~> 1.1) - kramdown (~> 1.3) - liquid (~> 3.0) - mercenary (~> 0.3.3) - rouge (~> 1.7) - safe_yaml (~> 1.0) - jekyll-paginate (1.1.0) - jekyll-sass-converter (1.4.0) - sass (~> 3.4) - jekyll-sitemap (0.10.0) - jekyll-watch (1.3.1) - listen (~> 3.0) - json (1.8.3) - kramdown (1.9.0) - liquid (3.0.6) - listen (3.0.5) - rb-fsevent (>= 0.9.3) - rb-inotify (>= 0.9) - mercenary (0.3.5) - mini_portile2 (2.0.0) - minitest (5.8.4) - nokogiri (1.6.7.2) - mini_portile2 (~> 2.0.0.rc2) - parallel (1.6.1) - rb-fsevent (0.9.7) - rb-inotify (0.9.6) - ffi (>= 0.5.0) - rouge (1.10.1) - safe_yaml (1.0.4) - sass (3.4.21) - thread_safe (0.3.5) - typhoeus (0.8.0) - ethon (>= 0.8.0) - tzinfo (1.2.2) - thread_safe (~> 0.1) - yell (2.0.5) - -PLATFORMS - ruby - -DEPENDENCIES - html-proofer - jekyll - jekyll-paginate - jekyll-sitemap - -BUNDLED WITH - 1.10.6