Gemfile.lock in url_canonicalize-0.2.1 vs Gemfile.lock in url_canonicalize-1.0.0
- old
+ new
@@ -1,102 +1,110 @@
PATH
remote: .
specs:
- url_canonicalize (0.2.1)
+ url_canonicalize (1.0.0)
addressable (~> 2)
nokogiri (>= 1.13)
GEM
remote: https://rubygems.org/
specs:
- addressable (2.8.0)
- public_suffix (>= 2.0.2, < 5.0)
+ addressable (2.8.6)
+ public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
- 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)
+ coveralls-ruby (0.2.0)
+ json (>= 1.8, < 3)
+ simplecov (~> 0.16.1)
+ term-ansicolor (~> 1.3)
+ thor (>= 0.19.4, < 2.0)
+ tins (~> 1.6)
crack (0.4.5)
rexml
diff-lcs (1.5.0)
docile (1.4.0)
gem-release (2.2.2)
- hashdiff (1.0.1)
- mime-types (3.4.1)
- mime-types-data (~> 3.2015)
- mime-types-data (3.2022.0105)
- multi_json (1.15.0)
- nokogiri (1.13.1-x86_64-linux)
+ hashdiff (1.1.0)
+ json (2.7.1)
+ language_server-protocol (3.17.0.3)
+ mini_portile2 (2.8.5)
+ nokogiri (1.13.10)
+ mini_portile2 (~> 2.8.0)
racc (~> 1.4)
- parallel (1.21.0)
- parser (3.1.0.0)
+ parallel (1.24.0)
+ parser (3.3.0.5)
ast (~> 2.4.1)
- public_suffix (4.0.6)
- racc (1.6.0)
+ racc
+ public_suffix (4.0.7)
+ racc (1.6.1)
rainbow (3.1.1)
- regexp_parser (2.2.0)
- rest-client (1.6.7)
- mime-types (>= 1.16)
- rexml (3.2.5)
- rspec (3.10.0)
- rspec-core (~> 3.10.0)
- rspec-expectations (~> 3.10.0)
- rspec-mocks (~> 3.10.0)
- rspec-core (3.10.2)
- rspec-support (~> 3.10.0)
- rspec-expectations (3.10.2)
+ regexp_parser (2.9.0)
+ rexml (3.2.6)
+ rspec (3.12.0)
+ rspec-core (~> 3.12.0)
+ rspec-expectations (~> 3.12.0)
+ rspec-mocks (~> 3.12.0)
+ rspec-core (3.12.2)
+ rspec-support (~> 3.12.0)
+ rspec-expectations (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.10.0)
- rspec-mocks (3.10.3)
+ rspec-support (~> 3.12.0)
+ rspec-mocks (3.12.6)
diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.10.0)
- rspec-support (3.10.3)
- rspec_junit_formatter (0.5.1)
+ rspec-support (~> 3.12.0)
+ rspec-support (3.12.1)
+ rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
- rubocop (1.25.0)
+ rubocop (1.60.2)
+ json (~> 2.3)
+ language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
- parser (>= 3.1.0.0)
+ parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
- rexml
- rubocop-ast (>= 1.15.1, < 2.0)
+ rexml (>= 3.2.5, < 4.0)
+ rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (~> 1.7)
- unicode-display_width (>= 1.4.0, < 3.0)
- rubocop-ast (1.15.1)
- parser (>= 3.0.1.1)
- rubocop-rspec (2.8.0)
- rubocop (~> 1.19)
- ruby-progressbar (1.11.0)
- simplecov (0.21.2)
+ unicode-display_width (>= 2.4.0, < 3.0)
+ rubocop-ast (1.30.0)
+ parser (>= 3.2.1.0)
+ rubocop-capybara (2.20.0)
+ rubocop (~> 1.41)
+ rubocop-factory_bot (2.25.1)
+ rubocop (~> 1.41)
+ rubocop-rspec (2.26.1)
+ rubocop (~> 1.40)
+ rubocop-capybara (~> 2.17)
+ rubocop-factory_bot (~> 2.22)
+ ruby-progressbar (1.13.0)
+ simplecov (0.16.1)
docile (~> 1.1)
- simplecov-html (~> 0.11)
- simplecov_json_formatter (~> 0.1)
- simplecov-html (0.12.3)
- simplecov_json_formatter (0.1.3)
- term-ansicolor (1.2.2)
- tins (~> 0.8)
- thor (0.18.1)
- tins (0.13.2)
- unicode-display_width (2.1.0)
- webmock (3.14.0)
+ json (>= 1.8, < 3)
+ simplecov-html (~> 0.10.0)
+ simplecov-html (0.10.2)
+ sync (0.5.0)
+ term-ansicolor (1.7.1)
+ tins (~> 1.0)
+ thor (1.2.1)
+ tins (1.31.0)
+ sync
+ unicode-display_width (2.5.0)
+ webmock (3.19.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
PLATFORMS
x86_64-linux
DEPENDENCIES
- coveralls
+ coveralls-ruby
gem-release
rspec
rspec_junit_formatter
rubocop
rubocop-rspec
- simplecov (~> 0.13)
+ simplecov
url_canonicalize!
webmock
BUNDLED WITH
- 2.3.6
+ 2.5.5