Gemfile.lock in githuh-0.1.0 vs Gemfile.lock in githuh-0.1.2

- old
+ new

@@ -1,30 +1,68 @@ PATH remote: . specs: - githuh (0.1.0) + githuh (0.1.2) colored2 (~> 3) dry-cli (~> 0.6) octokit (~> 4) + tty-box (~> 0.5) + tty-progressbar GEM remote: https://rubygems.org/ specs: addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) + aruba (1.0.0) + childprocess (~> 3.0) + contracts (~> 0.16.0) + cucumber (>= 2.4, < 4.0) + ffi (~> 1.9) + rspec-expectations (~> 3.4) + thor (~> 1.0) awesome_print (1.8.0) + backports (3.16.1) + builder (3.2.4) + childprocess (3.0.0) colored2 (3.1.2) concurrent-ruby (1.1.6) + contracts (0.16.0) + cucumber (3.1.2) + builder (>= 2.1.2) + cucumber-core (~> 3.2.0) + cucumber-expressions (~> 6.0.1) + cucumber-wire (~> 0.0.1) + diff-lcs (~> 1.3) + gherkin (~> 5.1.0) + multi_json (>= 1.7.5, < 2.0) + multi_test (>= 0.1.2) + cucumber-core (3.2.1) + backports (>= 3.8.0) + cucumber-tag_expressions (~> 1.1.0) + gherkin (~> 5.0) + cucumber-expressions (6.0.1) + cucumber-tag_expressions (1.1.1) + cucumber-wire (0.0.1) diff-lcs (1.3) + docile (1.3.2) dry-cli (0.6.0) concurrent-ruby (~> 1.0) + equatable (0.6.1) faraday (1.0.0) multipart-post (>= 1.2, < 3) + ffi (1.12.2) + gherkin (5.1.0) + multi_json (1.14.1) + multi_test (0.1.2) multipart-post (2.1.1) octokit (4.17.0) faraday (>= 0.9) sawyer (~> 0.8.0, >= 0.5.3) + pastel (0.7.3) + equatable (~> 0.6) + tty-color (~> 0.5) public_suffix (4.0.3) rake (13.0.1) rspec (3.9.0) rspec-core (~> 3.9.0) rspec-expectations (~> 3.9.0) @@ -42,19 +80,44 @@ rspec-support (~> 3.9.0) rspec-support (3.9.2) sawyer (0.8.2) addressable (>= 2.3.5) faraday (> 0.8, < 2.0) + simplecov (0.18.5) + docile (~> 1.1) + simplecov-html (~> 0.11) + simplecov-formatter-badge (0.1.0) + simplecov-html (0.12.2) + strings (0.1.8) + strings-ansi (~> 0.1) + unicode-display_width (~> 1.5) + unicode_utils (~> 1.4) + strings-ansi (0.2.0) + thor (1.0.1) + tty-box (0.5.0) + pastel (~> 0.7.2) + strings (~> 0.1.6) + tty-cursor (~> 0.7) + tty-color (0.5.1) + tty-cursor (0.7.1) + tty-progressbar (0.11.0) + tty-screen (~> 0.5.0) + tty-screen (0.5.1) + unicode-display_width (1.7.0) + unicode_utils (1.4.0) PLATFORMS ruby DEPENDENCIES + aruba (= 1.0.0) awesome_print (~> 1) bundler (~> 2) githuh! rake (~> 13) rspec (~> 3) rspec-its (~> 1) + simplecov + simplecov-formatter-badge BUNDLED WITH 2.1.2