Skip to content

Commit

Permalink
updated github-pages gem
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnexus committed Sep 21, 2019
1 parent 60d243c commit 6a5c271
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -26,4 +26,4 @@ gem 'codecov', :require => false
# gem 'memory_profiler'

# docs server
gem "github-pages", '197', group: :jekyll_plugins
gem "github-pages", '198', group: :jekyll_plugins
36 changes: 18 additions & 18 deletions Gemfile.lock
@@ -1,12 +1,12 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (4.2.10)
activesupport (4.2.11.1)
i18n (~> 0.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.5.2)
addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0)
ansi (1.5.0)
ast (2.4.0)
Expand All @@ -23,7 +23,7 @@ GEM
commonmarker (0.17.13)
ruby-enum (~> 0.5)
concurrent-ruby (1.1.5)
dnsruby (1.61.2)
dnsruby (1.61.3)
addressable (~> 2.5)
docile (1.3.1)
em-websocket (0.5.1)
Expand All @@ -35,13 +35,13 @@ GEM
execjs (2.7.0)
faraday (0.15.4)
multipart-post (>= 1.2, < 3)
ffi (1.10.0)
ffi (1.11.1)
forwardable-extended (2.6.0)
gemoji (3.0.0)
github-pages (197)
activesupport (= 4.2.10)
gemoji (3.0.1)
github-pages (198)
activesupport (= 4.2.11.1)
github-pages-health-check (= 1.16.1)
jekyll (= 3.7.4)
jekyll (= 3.8.5)
jekyll-avatar (= 0.6.0)
jekyll-coffeescript (= 1.1.1)
jekyll-commonmark-ghpages (= 0.1.5)
Expand Down Expand Up @@ -89,14 +89,14 @@ GEM
octokit (~> 4.0)
public_suffix (~> 3.0)
typhoeus (~> 1.3)
html-pipeline (2.11.0)
html-pipeline (2.12.0)
activesupport (>= 2)
nokogiri (>= 1.4)
http_parser.rb (0.6.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.2)
jekyll (3.7.4)
jekyll (3.8.5)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
Expand Down Expand Up @@ -219,8 +219,8 @@ GEM
builder
minitest (>= 5.0)
ruby-progressbar
multipart-post (2.0.0)
nokogiri (1.10.3)
multipart-post (2.1.1)
nokogiri (1.10.4)
mini_portile2 (~> 2.4.0)
octokit (4.14.0)
sawyer (~> 0.8.0, >= 0.5.3)
Expand All @@ -231,7 +231,7 @@ GEM
pathutil (0.16.2)
forwardable-extended (~> 2.6)
psych (3.1.0)
public_suffix (3.0.3)
public_suffix (3.1.1)
rack (2.0.7)
rainbow (3.0.0)
rake (12.3.2)
Expand All @@ -253,16 +253,16 @@ GEM
i18n
ruby-progressbar (1.10.0)
ruby_dep (1.5.0)
rubyzip (1.2.2)
rubyzip (1.2.3)
safe_yaml (1.0.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sawyer (0.8.1)
addressable (>= 2.3.5, < 2.6)
faraday (~> 0.8, < 1.0)
sawyer (0.8.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
simplecov (0.16.1)
docile (~> 1.1)
json (>= 1.8, < 3)
Expand All @@ -283,7 +283,7 @@ PLATFORMS

DEPENDENCIES
codecov
github-pages (= 197)
github-pages (= 198)
i18n
minitest
minitest-reporters
Expand Down

0 comments on commit 6a5c271

Please sign in to comment.