Skip to content

Commit

Permalink
bundle update (closes #208, closes #223, closes #224)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnexus committed Mar 2, 2020
1 parent 133da16 commit 00bd312
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 32 deletions.
1 change: 0 additions & 1 deletion Gemfile
Expand Up @@ -26,5 +26,4 @@ gem 'codecov', :require => false
# gem 'memory_profiler'

# docs server
gem "rubyzip", ">= 1.3.0"
gem "github-pages", '198', group: :jekyll_plugins
61 changes: 30 additions & 31 deletions Gemfile.lock
Expand Up @@ -6,12 +6,12 @@ GEM
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
ansi (1.5.0)
ast (2.4.0)
builder (3.2.3)
codecov (0.1.14)
builder (3.2.4)
codecov (0.1.16)
json
simplecov
url
Expand All @@ -22,20 +22,20 @@ GEM
colorator (1.1.0)
commonmarker (0.17.13)
ruby-enum (~> 0.5)
concurrent-ruby (1.1.5)
concurrent-ruby (1.1.6)
dnsruby (1.61.3)
addressable (~> 2.5)
docile (1.3.1)
docile (1.3.2)
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)
execjs (2.7.0)
faraday (0.15.4)
faraday (1.0.0)
multipart-post (>= 1.2, < 3)
ffi (1.11.1)
ffi (1.12.2)
forwardable-extended (2.6.0)
gemoji (3.0.1)
github-pages (198)
Expand Down Expand Up @@ -89,13 +89,13 @@ GEM
octokit (~> 4.0)
public_suffix (~> 3.0)
typhoeus (~> 1.3)
html-pipeline (2.12.0)
html-pipeline (2.12.3)
activesupport (>= 2)
nokogiri (>= 1.4)
http_parser.rb (0.6.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.3)
jaro_winkler (1.5.4)
jekyll (3.8.5)
addressable (~> 2.4)
colorator (~> 1.0)
Expand Down Expand Up @@ -200,7 +200,7 @@ GEM
gemoji (~> 3.0)
html-pipeline (~> 2.2)
jekyll (~> 3.0)
json (2.2.0)
json (2.3.0)
kramdown (1.17.0)
liquid (4.0.0)
listen (3.1.5)
Expand All @@ -213,45 +213,46 @@ GEM
jekyll (~> 3.5)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.12.2)
minitest-reporters (1.4.0)
minitest (5.14.0)
minitest-reporters (1.4.2)
ansi
builder
minitest (>= 5.0)
ruby-progressbar
multipart-post (2.1.1)
nokogiri (1.10.4)
nokogiri (1.10.9)
mini_portile2 (~> 2.4.0)
octokit (4.14.0)
octokit (4.16.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
oj (3.7.12)
parallel (1.18.0)
parser (2.6.5.0)
oj (3.10.3)
parallel (1.19.1)
parser (2.7.0.3)
ast (~> 2.4.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (3.1.1)
rack (2.0.7)
rack (2.2.2)
rainbow (3.0.0)
rake (12.3.2)
rake (13.0.1)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
rb-inotify (0.10.1)
ffi (~> 1.0)
rouge (2.2.1)
rubocop (0.75.0)
rubocop (0.75.1)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.6)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7)
rubocop-performance (1.5.0)
rubocop-performance (1.5.2)
rubocop (>= 0.71.0)
ruby-enum (0.7.2)
i18n
ruby-progressbar (1.10.1)
ruby_dep (1.5.0)
rubyzip (2.0.0)
rubyzip (2.2.0)
safe_yaml (1.0.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
Expand All @@ -261,19 +262,18 @@ GEM
sawyer (0.8.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
simplecov (0.16.1)
simplecov (0.18.5)
docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
simplecov-html (~> 0.11)
simplecov-html (0.12.2)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thread_safe (0.3.6)
typhoeus (1.3.1)
ethon (>= 0.9.0)
tzinfo (1.2.5)
tzinfo (1.2.6)
thread_safe (~> 0.1)
unicode-display_width (1.6.0)
unicode-display_width (1.6.1)
url (0.3.2)

PLATFORMS
Expand All @@ -290,7 +290,6 @@ DEPENDENCIES
rake
rubocop (~> 0.75.0)
rubocop-performance (~> 1.5.0)
rubyzip (>= 1.3.0)
simplecov

BUNDLED WITH
Expand Down

0 comments on commit 00bd312

Please sign in to comment.