Gemfile.lock in messages_dictionary-1.0.0 vs Gemfile.lock in messages_dictionary-2.0.0

- old
+ new

@@ -1,46 +1,83 @@ PATH remote: . specs: - messages_dictionary (1.0.0) - hashie (~> 3.4) + messages_dictionary (2.0.0) + hashie (~> 5.0) + zeitwerk (~> 2.4) GEM remote: https://rubygems.org/ specs: - codeclimate-test-reporter (1.0.8) - simplecov (<= 0.13) - diff-lcs (1.3) - docile (1.1.5) - hashie (3.5.5) - json (2.1.0) - rake (12.0.0) - rspec (3.6.0) - rspec-core (~> 3.6.0) - rspec-expectations (~> 3.6.0) - rspec-mocks (~> 3.6.0) - rspec-core (3.6.0) - rspec-support (~> 3.6.0) - rspec-expectations (3.6.0) + ast (2.4.2) + codecov (0.6.0) + simplecov (>= 0.15, < 0.22) + diff-lcs (1.5.0) + docile (1.4.0) + hashie (5.0.0) + json (2.6.2) + parallel (1.22.1) + parser (3.1.2.1) + ast (~> 2.4.1) + rainbow (3.1.1) + rake (13.0.6) + regexp_parser (2.6.1) + rexml (3.2.5) + rspec (3.12.0) + rspec-core (~> 3.12.0) + rspec-expectations (~> 3.12.0) + rspec-mocks (~> 3.12.0) + rspec-core (3.12.0) + rspec-support (~> 3.12.0) + rspec-expectations (3.12.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.6.0) - rspec-mocks (3.6.0) + rspec-support (~> 3.12.0) + rspec-mocks (3.12.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.6.0) - rspec-support (3.6.0) - simplecov (0.13.0) - docile (~> 1.1.0) - json (>= 1.8, < 3) - simplecov-html (~> 0.10.0) - simplecov-html (0.10.0) + rspec-support (~> 3.12.0) + rspec-support (3.12.0) + rubocop (1.39.0) + json (~> 2.3) + parallel (~> 1.10) + parser (>= 3.1.2.1) + rainbow (>= 2.2.2, < 4.0) + regexp_parser (>= 1.8, < 3.0) + rexml (>= 3.2.5, < 4.0) + rubocop-ast (>= 1.23.0, < 2.0) + ruby-progressbar (~> 1.7) + unicode-display_width (>= 1.4.0, < 3.0) + rubocop-ast (1.23.0) + parser (>= 3.1.1.0) + rubocop-performance (1.15.1) + rubocop (>= 1.7.0, < 2.0) + rubocop-ast (>= 0.4.0) + rubocop-rake (0.6.0) + rubocop (~> 1.0) + rubocop-rspec (2.15.0) + rubocop (~> 1.33) + ruby-progressbar (1.11.0) + simplecov (0.21.2) + docile (~> 1.1) + simplecov-html (~> 0.11) + simplecov_json_formatter (~> 0.1) + simplecov-html (0.12.3) + simplecov_json_formatter (0.1.4) + unicode-display_width (2.3.0) + zeitwerk (2.6.6) PLATFORMS - ruby + x64-mingw-ucrt + x86_64-linux DEPENDENCIES - codeclimate-test-reporter (~> 1.0) + codecov (~> 0.1) messages_dictionary! - rake (~> 12.0) + rake (~> 13.0) rspec (~> 3.6) + rubocop (~> 1.6) + rubocop-performance (~> 1.5) + rubocop-rake (~> 0.6) + rubocop-rspec (~> 2.0) + simplecov (~> 0.16) BUNDLED WITH - 1.14.6 + 2.3.26