Gemfile.lock in html2rss-0.8.2 vs Gemfile.lock in html2rss-0.9.0

- old
+ new

@@ -1,123 +1,131 @@ PATH remote: . specs: - html2rss (0.8.2) - activesupport (~> 5.0) + html2rss (0.9.0) + activesupport (>= 5, < 7) addressable (~> 2.7) builder - faraday (~> 0.15) - faraday_middleware (~> 0.13) + faraday (~> 1.0) + faraday_middleware kramdown mime-types (> 3.0) nokogiri (>= 1.10, < 2.0) - reverse_markdown (~> 1.3) + reverse_markdown (~> 2.0) sanitize (~> 5.0) to_regexp zeitwerk GEM remote: https://rubygems.org/ specs: - activesupport (5.2.3) + activesupport (6.0.3.2) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) + zeitwerk (~> 2.2, >= 2.2.2) addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) - ast (2.4.0) - builder (3.2.3) - byebug (11.0.1) - concurrent-ruby (1.1.5) - coveralls (0.8.23) - json (>= 1.8, < 3) - simplecov (~> 0.16.1) - term-ansicolor (~> 1.3) - thor (>= 0.19.4, < 2.0) - tins (~> 1.6) - crass (1.0.5) + ast (2.4.1) + builder (3.2.4) + byebug (11.1.3) + concurrent-ruby (1.1.6) + coveralls (0.7.2) + multi_json (~> 1.3) + rest-client (= 1.6.7) + simplecov (>= 0.7) + term-ansicolor (= 1.2.2) + thor (= 0.18.1) + crass (1.0.6) diff-lcs (1.3) docile (1.3.2) - faraday (0.17.0) + faraday (1.0.1) multipart-post (>= 1.2, < 3) - faraday_middleware (0.13.1) - faraday (>= 0.7.4, < 1.0) - i18n (1.7.0) + faraday_middleware (1.0.0) + faraday (~> 1.0) + i18n (1.8.3) concurrent-ruby (~> 1.0) - jaro_winkler (1.5.4) - json (2.2.0) - kramdown (2.1.0) - mime-types (3.3) + kramdown (2.2.1) + rexml + mime-types (3.3.1) mime-types-data (~> 3.2015) - mime-types-data (3.2019.1009) + mime-types-data (3.2020.0512) mini_portile2 (2.4.0) - minitest (5.13.0) + minitest (5.14.1) + multi_json (1.14.1) multipart-post (2.1.1) - nokogiri (1.10.5) + nokogiri (1.10.9) mini_portile2 (~> 2.4.0) - nokogumbo (2.0.1) + nokogumbo (2.0.2) nokogiri (~> 1.8, >= 1.8.4) - parallel (1.18.0) - parser (2.6.5.0) + parallel (1.19.2) + parser (2.7.1.3) ast (~> 2.4.0) - public_suffix (4.0.1) + public_suffix (4.0.5) rainbow (3.0.0) - reverse_markdown (1.3.0) + regexp_parser (1.7.1) + rest-client (1.6.7) + mime-types (>= 1.16) + reverse_markdown (2.0.0) nokogiri + rexml (3.2.4) rspec (3.9.0) rspec-core (~> 3.9.0) rspec-expectations (~> 3.9.0) rspec-mocks (~> 3.9.0) - rspec-core (3.9.0) - rspec-support (~> 3.9.0) - rspec-expectations (3.9.0) + rspec-core (3.9.2) + rspec-support (~> 3.9.3) + rspec-expectations (3.9.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) - rspec-mocks (3.9.0) + rspec-mocks (3.9.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) - rspec-support (3.9.0) - rubocop (0.76.0) - jaro_winkler (~> 1.5.1) + rspec-support (3.9.3) + rubocop (0.85.1) parallel (~> 1.10) - parser (>= 2.6) + parser (>= 2.7.0.1) rainbow (>= 2.2.2, < 4.0) + regexp_parser (>= 1.7) + rexml + rubocop-ast (>= 0.0.3) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 1.7) - rubocop-performance (1.5.0) + unicode-display_width (>= 1.4.0, < 2.0) + rubocop-ast (0.0.3) + parser (>= 2.7.0.1) + rubocop-performance (1.6.1) rubocop (>= 0.71.0) - rubocop-rspec (1.36.0) + rubocop-rspec (1.40.0) rubocop (>= 0.68.1) ruby-progressbar (1.10.1) - sanitize (5.1.0) + sanitize (5.2.1) crass (~> 1.0.2) nokogiri (>= 1.8.0) nokogumbo (~> 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) - term-ansicolor (1.7.1) - tins (~> 1.0) - thor (0.20.3) + simplecov-html (~> 0.11) + simplecov-html (0.12.2) + term-ansicolor (1.2.2) + tins (~> 0.8) + thor (0.18.1) thread_safe (0.3.6) - tins (1.22.0) + tins (0.13.2) to_regexp (0.2.1) - tzinfo (1.2.5) + tzinfo (1.2.7) thread_safe (~> 0.1) - unicode-display_width (1.6.0) - vcr (5.0.0) - yard (0.9.20) - zeitwerk (2.2.1) + unicode-display_width (1.7.0) + vcr (6.0.0) + yard (0.9.25) + zeitwerk (2.3.0) PLATFORMS ruby DEPENDENCIES - bundler (~> 1.16) + bundler byebug coveralls html2rss! rspec (~> 3.0) rubocop @@ -126,6 +134,6 @@ simplecov vcr yard BUNDLED WITH - 1.17.2 + 2.1.4