Gemfile.lock in html2rss-0.9.0 vs Gemfile.lock in html2rss-0.10.0
- old
+ new
@@ -1,139 +1,153 @@
PATH
remote: .
specs:
- html2rss (0.9.0)
- activesupport (>= 5, < 7)
+ html2rss (0.10.0)
addressable (~> 2.7)
- builder
- faraday (~> 1.0)
- faraday_middleware
+ faraday (> 2.0.1, < 3.0)
+ faraday-follow_redirects
kramdown
mime-types (> 3.0)
nokogiri (>= 1.10, < 2.0)
+ regexp_parser
reverse_markdown (~> 2.0)
- sanitize (~> 5.0)
- to_regexp
+ rss
+ sanitize (~> 6.0)
+ thor
+ tzinfo
zeitwerk
GEM
remote: https://rubygems.org/
specs:
- 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.1)
- builder (3.2.4)
+ addressable (2.8.6)
+ public_suffix (>= 2.0.2, < 6.0)
+ ast (2.4.2)
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)
+ concurrent-ruby (1.2.3)
crass (1.0.6)
- diff-lcs (1.3)
- docile (1.3.2)
- faraday (1.0.1)
- multipart-post (>= 1.2, < 3)
- faraday_middleware (1.0.0)
- faraday (~> 1.0)
- i18n (1.8.3)
- concurrent-ruby (~> 1.0)
- kramdown (2.2.1)
+ diff-lcs (1.5.1)
+ docile (1.4.0)
+ faraday (2.9.0)
+ faraday-net_http (>= 2.0, < 3.2)
+ faraday-follow_redirects (0.3.0)
+ faraday (>= 1, < 3)
+ faraday-net_http (3.1.0)
+ net-http
+ json (2.7.2)
+ kramdown (2.4.0)
rexml
- mime-types (3.3.1)
+ language_server-protocol (3.17.0.3)
+ mime-types (3.5.2)
mime-types-data (~> 3.2015)
- mime-types-data (3.2020.0512)
- mini_portile2 (2.4.0)
- minitest (5.14.1)
- multi_json (1.14.1)
- multipart-post (2.1.1)
- nokogiri (1.10.9)
- mini_portile2 (~> 2.4.0)
- nokogumbo (2.0.2)
- nokogiri (~> 1.8, >= 1.8.4)
- parallel (1.19.2)
- parser (2.7.1.3)
- ast (~> 2.4.0)
- public_suffix (4.0.5)
- rainbow (3.0.0)
- regexp_parser (1.7.1)
- rest-client (1.6.7)
- mime-types (>= 1.16)
- reverse_markdown (2.0.0)
+ mime-types-data (3.2024.0305)
+ mini_portile2 (2.8.6)
+ net-http (0.4.1)
+ uri
+ nokogiri (1.16.5)
+ mini_portile2 (~> 2.8.2)
+ racc (~> 1.4)
+ nokogiri (1.16.5-x86_64-darwin)
+ racc (~> 1.4)
+ nokogiri (1.16.5-x86_64-linux)
+ racc (~> 1.4)
+ parallel (1.24.0)
+ parser (3.3.1.0)
+ ast (~> 2.4.1)
+ racc
+ public_suffix (5.0.5)
+ racc (1.7.3)
+ rainbow (3.1.1)
+ rake (13.2.1)
+ regexp_parser (2.9.0)
+ reverse_markdown (2.1.1)
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.2)
- rspec-support (~> 3.9.3)
- rspec-expectations (3.9.2)
+ rexml (3.3.2)
+ strscan
+ rspec (3.13.0)
+ rspec-core (~> 3.13.0)
+ rspec-expectations (~> 3.13.0)
+ rspec-mocks (~> 3.13.0)
+ rspec-core (3.13.0)
+ rspec-support (~> 3.13.0)
+ rspec-expectations (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.9.0)
- rspec-mocks (3.9.1)
+ rspec-support (~> 3.13.0)
+ rspec-mocks (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.9.0)
- rspec-support (3.9.3)
- rubocop (0.85.1)
+ rspec-support (~> 3.13.0)
+ rspec-support (3.13.1)
+ rss (0.3.0)
+ rexml
+ rubocop (1.63.4)
+ json (~> 2.3)
+ language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
- parser (>= 2.7.0.1)
+ parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
- regexp_parser (>= 1.7)
- rexml
- rubocop-ast (>= 0.0.3)
+ regexp_parser (>= 1.8, < 3.0)
+ rexml (>= 3.2.5, < 4.0)
+ rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
- 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.40.0)
- rubocop (>= 0.68.1)
- ruby-progressbar (1.10.1)
- sanitize (5.2.1)
+ unicode-display_width (>= 2.4.0, < 3.0)
+ rubocop-ast (1.31.3)
+ parser (>= 3.3.1.0)
+ rubocop-capybara (2.20.0)
+ rubocop (~> 1.41)
+ rubocop-factory_bot (2.25.1)
+ rubocop (~> 1.41)
+ rubocop-md (1.2.2)
+ rubocop (>= 1.0)
+ rubocop-performance (1.21.0)
+ rubocop (>= 1.48.1, < 2.0)
+ rubocop-ast (>= 1.31.1, < 2.0)
+ rubocop-rake (0.6.0)
+ rubocop (~> 1.0)
+ rubocop-rspec (2.29.1)
+ rubocop (~> 1.40)
+ rubocop-capybara (~> 2.17)
+ rubocop-factory_bot (~> 2.22)
+ rubocop-rspec_rails (~> 2.28)
+ rubocop-rspec_rails (2.28.3)
+ rubocop (~> 1.40)
+ ruby-progressbar (1.13.0)
+ sanitize (6.1.0)
crass (~> 1.0.2)
- nokogiri (>= 1.8.0)
- nokogumbo (~> 2.0)
- simplecov (0.18.5)
+ nokogiri (>= 1.12.0)
+ simplecov (0.22.0)
docile (~> 1.1)
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 (0.13.2)
- to_regexp (0.2.1)
- tzinfo (1.2.7)
- thread_safe (~> 0.1)
- unicode-display_width (1.7.0)
- vcr (6.0.0)
- yard (0.9.25)
- zeitwerk (2.3.0)
+ simplecov_json_formatter (~> 0.1)
+ simplecov-html (0.12.3)
+ simplecov_json_formatter (0.1.4)
+ strscan (3.1.0)
+ thor (1.3.1)
+ tzinfo (2.0.6)
+ concurrent-ruby (~> 1.0)
+ unicode-display_width (2.5.0)
+ uri (0.13.0)
+ vcr (6.2.0)
+ yard (0.9.36)
+ zeitwerk (2.6.13)
PLATFORMS
ruby
+ x86_64-darwin
+ x86_64-darwin-20
+ x86_64-linux
DEPENDENCIES
- bundler
byebug
- coveralls
html2rss!
+ rake
rspec (~> 3.0)
rubocop
+ rubocop-md
rubocop-performance
+ rubocop-rake
rubocop-rspec
simplecov
vcr
yard
BUNDLED WITH
- 2.1.4
+ 2.4.1