Gemfile.lock in case_transform2-1.0.0 vs Gemfile.lock in case_transform2-1.1.1

- old
+ new

@@ -1,23 +1,61 @@ PATH remote: . specs: - case_transform2 (1.0.0) + case_transform2 (1.1.0) GEM remote: https://rubygems.org/ specs: - coderay (1.1.1) - diff-lcs (1.3) - docile (1.3.0) - json (2.1.0) - method_source (0.8.2) - pry (0.10.4) - coderay (~> 1.1.0) - method_source (~> 0.8.1) - slop (~> 3.4) - rake (11.2.2) + ast (2.4.2) + bundle-audit (0.1.0) + bundler-audit + bundler-audit (0.9.0.1) + bundler (>= 1.2.0, < 3) + thor (~> 1.0) + coderay (1.1.3) + diff-lcs (1.4.4) + docile (1.4.0) + ffi (1.15.4) + formatador (0.3.0) + guard (2.18.0) + formatador (>= 0.2.4) + listen (>= 2.7, < 4.0) + lumberjack (>= 1.0.12, < 2.0) + nenv (~> 0.1) + notiffany (~> 0.0) + pry (>= 0.13.0) + shellany (~> 0.0) + thor (>= 0.18.1) + guard-compat (1.2.1) + guard-rspec (4.7.3) + guard (~> 2.1) + guard-compat (~> 1.1) + rspec (>= 2.99.0, < 4.0) + json (2.6.1) + listen (3.7.0) + rb-fsevent (~> 0.10, >= 0.10.3) + rb-inotify (~> 0.9, >= 0.9.10) + lumberjack (1.2.8) + method_source (1.0.0) + nenv (0.3.0) + notiffany (0.1.3) + nenv (~> 0.1) + shellany (~> 0.0) + parallel (1.21.0) + parser (3.0.2.0) + ast (~> 2.4.1) + pry (0.14.1) + coderay (~> 1.1) + method_source (~> 1.0) + rainbow (3.0.0) + rake (13.0.6) + rb-fsevent (0.11.0) + rb-inotify (0.10.1) + ffi (~> 1.0) + regexp_parser (2.1.1) + rexml (3.2.5) rspec (3.7.0) rspec-core (~> 3.7.0) rspec-expectations (~> 3.7.0) rspec-mocks (~> 3.7.0) rspec-core (3.7.1) @@ -27,25 +65,46 @@ rspec-support (~> 3.7.0) rspec-mocks (3.7.0) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.7.0) rspec-support (3.7.1) - simplecov (0.16.1) + rubocop (1.22.3) + parallel (~> 1.10) + parser (>= 3.0.0.0) + rainbow (>= 2.2.2, < 4.0) + regexp_parser (>= 1.8, < 3.0) + rexml + rubocop-ast (>= 1.12.0, < 2.0) + ruby-progressbar (~> 1.7) + unicode-display_width (>= 1.4.0, < 3.0) + rubocop-ast (1.12.0) + parser (>= 3.0.1.1) + rubocop-rspec (2.5.0) + rubocop (~> 1.19) + ruby-progressbar (1.11.0) + shellany (0.0.1) + simplecov (0.17.1) docile (~> 1.1) json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.2) - slop (3.6.0) + thor (1.1.0) + unicode-display_width (2.1.0) PLATFORMS ruby DEPENDENCIES - bundler (~> 1.16) + bundle-audit (~> 0.1.0) + bundler (>= 2.2.30) case_transform2! - pry (~> 0.10.4) - rake (~> 11.2.2) + guard (~> 2.18.0) + guard-rspec (~> 4.7.3) + pry (~> 0.14.1) + rake (>= 13.0.6) rspec (~> 3.7.0) - simplecov (~> 0.16.1) + rubocop (~> 1.22) + rubocop-rspec (~> 2.5.0) + simplecov (~> 0.17.1) BUNDLED WITH - 1.16.2 + 2.2.30