diff options
Diffstat (limited to 'CLI/ruby/Gemfile.lock')
| -rw-r--r-- | CLI/ruby/Gemfile.lock | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CLI/ruby/Gemfile.lock b/CLI/ruby/Gemfile.lock index 002d5c4..c3ad0ed 100644 --- a/CLI/ruby/Gemfile.lock +++ b/CLI/ruby/Gemfile.lock @@ -9,8 +9,13 @@ GEM specs: ast (2.4.1) byebug (11.1.3) + codecov (0.2.12) + json + simplecov coderay (1.1.3) diff-lcs (1.4.4) + docile (1.3.2) + json (2.3.1) method_source (1.0.0) parallel (1.20.1) parser (2.7.2.0) @@ -51,6 +56,12 @@ GEM rubocop-ast (1.2.0) parser (>= 2.7.1.5) ruby-progressbar (1.10.1) + simplecov (0.20.0) + docile (~> 1.1) + simplecov-html (~> 0.11) + simplecov_json_formatter (~> 0.1) + simplecov-html (0.12.3) + simplecov_json_formatter (0.1.2) thor (1.0.1) unicode-display_width (1.7.0) yard (0.9.25) @@ -60,11 +71,13 @@ PLATFORMS DEPENDENCIES bundler + codecov pry-byebug rake redcarpet rspec rubocop + simplecov terminal_game_of_life! yard |
