From 966e27e728046509e2f9beeffb571ff0fdc5e934 Mon Sep 17 00:00:00 2001 From: Lynne Date: Sat, 29 Feb 2020 19:58:31 +1000 Subject: [PATCH] use drone CI --- Gemfile | 1 + Gemfile.lock | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/Gemfile b/Gemfile index 3fc5b02..8bb8aa8 100644 --- a/Gemfile +++ b/Gemfile @@ -6,3 +6,4 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } # gem "rails" gem "jekyll" +gem "html-proofer" diff --git a/Gemfile.lock b/Gemfile.lock index 360c56d..fa301ea 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,9 +8,19 @@ GEM em-websocket (0.5.1) eventmachine (>= 0.12.9) http_parser.rb (~> 0.6.0) + ethon (0.12.0) + ffi (>= 1.3.0) eventmachine (1.2.7) ffi (1.12.2) forwardable-extended (2.6.0) + html-proofer (3.15.1) + addressable (~> 2.3) + mercenary (~> 0.3) + nokogumbo (~> 2.0) + parallel (~> 1.3) + rainbow (~> 3.0) + typhoeus (~> 1.3) + yell (~> 2.0) http_parser.rb (0.6.0) i18n (1.8.2) concurrent-ruby (~> 1.0) @@ -41,9 +51,16 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.3.6) + mini_portile2 (2.4.0) + nokogiri (1.10.8) + mini_portile2 (~> 2.4.0) + nokogumbo (2.0.2) + nokogiri (~> 1.8, >= 1.8.4) + parallel (1.19.1) pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (4.0.3) + rainbow (3.0.0) rb-fsevent (0.10.3) rb-inotify (0.10.1) ffi (~> 1.0) @@ -53,12 +70,16 @@ GEM ffi (~> 1.9) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) + typhoeus (1.3.1) + ethon (>= 0.9.0) unicode-display_width (1.6.1) + yell (2.2.2) PLATFORMS ruby DEPENDENCIES + html-proofer jekyll BUNDLED WITH