Gemfile.lock in arel_toolkit-0.1.0 vs Gemfile.lock in arel_toolkit-0.2.0

- old
+ new

@@ -1,15 +1,77 @@ PATH remote: . specs: - arel_toolkit (0.1.0) + arel_toolkit (0.2.0) + arel (~> 9.0.0) + pg_query (~> 1.1.0) GEM remote: https://rubygems.org/ specs: + ansi (1.5.0) + arel (9.0.0) + ast (2.4.0) + binding_of_caller (0.8.0) + debug_inspector (>= 0.0.1) + coderay (1.1.2) + debug_inspector (0.0.3) diff-lcs (1.3) + docile (1.3.1) + ffi (1.11.1) + formatador (0.2.5) + guard (2.15.0) + formatador (>= 0.2.4) + listen (>= 2.7, < 4.0) + lumberjack (>= 1.0.12, < 2.0) + nenv (~> 0.1) + notiffany (~> 0.0) + pry (>= 0.9.12) + 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) + hirb (0.7.3) + interception (0.5) + jaro_winkler (1.5.2) + json (2.2.0) + listen (3.1.5) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + ruby_dep (~> 1.2) + lumberjack (1.0.13) + method_source (0.9.2) + nenv (0.3.0) + notiffany (0.1.1) + nenv (~> 0.1) + shellany (~> 0.0) + parallel (1.17.0) + parser (2.6.3.0) + ast (~> 2.4.0) + pg_query (1.1.0) + pry (0.12.2) + coderay (~> 1.1.0) + method_source (~> 0.9.0) + pry-alias (0.0.1) + binding_of_caller + pry + pry-nav (0.3.0) + pry (>= 0.9.10, < 0.13.0) + pry-rescue (1.5.0) + interception (>= 0.5) + pry (>= 0.12.0) + pry-stack_explorer (0.4.9.3) + binding_of_caller (>= 0.7) + pry (>= 0.9.11) + rainbow (3.0.0) rake (10.5.0) + rb-fsevent (0.10.3) + rb-inotify (0.10.0) + ffi (~> 1.0) rspec (3.8.0) rspec-core (~> 3.8.0) rspec-expectations (~> 3.8.0) rspec-mocks (~> 3.8.0) rspec-core (3.8.0) @@ -19,17 +81,48 @@ rspec-support (~> 3.8.0) rspec-mocks (3.8.0) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.8.0) rspec-support (3.8.0) + rubocop (0.69.0) + jaro_winkler (~> 1.5.1) + parallel (~> 1.10) + parser (>= 2.6) + rainbow (>= 2.2.2, < 4.0) + ruby-progressbar (~> 1.7) + unicode-display_width (>= 1.4.0, < 1.7) + ruby-progressbar (1.10.0) + ruby_dep (1.5.0) + shellany (0.0.1) + simplecov (0.16.1) + docile (~> 1.1) + json (>= 1.8, < 3) + simplecov-html (~> 0.10.0) + simplecov-console (0.4.2) + ansi + hirb + simplecov + simplecov-html (0.10.2) + thor (0.20.3) + unicode-display_width (1.6.0) PLATFORMS ruby DEPENDENCIES arel_toolkit! bundler (~> 2.0) + guard (~> 2.15) + guard-rspec (~> 4.7) + pry + pry-alias + pry-nav + pry-rescue + pry-stack_explorer rake (~> 10.0) rspec (~> 3.8) + rubocop (~> 0.69) + simplecov (~> 0.16.1) + simplecov-console (~> 0.4.2) BUNDLED WITH 2.0.1