Gemfile.lock in chainpoint-0.0.4 vs Gemfile.lock in chainpoint-1.0.1

- old
+ new

@@ -1,16 +1,33 @@ PATH remote: . specs: - chainpoint (0.0.4) + chainpoint (1.0.1) json + msgpack GEM remote: https://rubygems.org/ specs: + addressable (2.6.0) + public_suffix (>= 2.0.2, < 4.0) + ast (2.4.0) + byebug (11.0.1) + crack (0.4.3) + safe_yaml (~> 1.0.0) diff-lcs (1.3) + docile (1.3.1) + hashdiff (0.3.8) + jaro_winkler (1.5.2) json (2.2.0) + msgpack (1.2.9) + parallel (1.16.1) + parser (2.6.2.0) + ast (~> 2.4.0) + psych (3.1.0) + public_suffix (3.0.3) + rainbow (3.0.0) rake (10.5.0) rspec (3.8.0) rspec-core (~> 3.8.0) rspec-expectations (~> 3.8.0) rspec-mocks (~> 3.8.0) @@ -21,19 +38,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.66.0) + jaro_winkler (~> 1.5.1) + parallel (~> 1.10) + parser (>= 2.5, != 2.5.1.1) + psych (>= 3.1.0) + rainbow (>= 2.2.2, < 4.0) + ruby-progressbar (~> 1.7) + unicode-display_width (>= 1.4.0, < 1.6) + rubocop-rspec (1.32.0) + rubocop (>= 0.60.0) + ruby-progressbar (1.10.0) + safe_yaml (1.0.5) + simplecov (0.16.1) + docile (~> 1.1) + json (>= 1.8, < 3) + simplecov-html (~> 0.10.0) + simplecov-html (0.10.2) + unicode-display_width (1.5.0) + vcr (4.0.0) + webmock (3.5.1) + addressable (>= 2.3.6) + crack (>= 0.3.2) + hashdiff yard (0.9.18) PLATFORMS ruby DEPENDENCIES bundler (~> 1.16) + byebug (~> 11.0, >= 11.0.1) chainpoint! rake (~> 10.0) rspec (~> 3.0) + rubocop (~> 0.66.0) + rubocop-rspec (~> 1.32) + simplecov (~> 0.16.1) + vcr (~> 4.0) + webmock (~> 3.5, >= 3.5.1) yard (~> 0.9.18) BUNDLED WITH 1.16.6