summaryrefslogtreecommitdiffstats
path: root/CLI/ruby/Gemfile.lock
diff options
context:
space:
mode:
authora14m <[email protected]>2020-12-14 22:03:57 +0000
committera14m <[email protected]>2020-12-14 22:03:57 +0000
commit50a9f841d6b27a0c842bf5127940d4989a621d10 (patch)
tree0eef3a3f5618a0e7e71164e74db1e49d187fdd92 /CLI/ruby/Gemfile.lock
parent628e5e81596892cadfd5b5dea46001556b6a7d49 (diff)
parentb710263617e019e4ffed3dbafcc6795f760bb151 (diff)
Merge branch 'feature/code-coverage' into 'master'
Feature/code coverage See merge request a14m/game-of-life!10
Diffstat (limited to 'CLI/ruby/Gemfile.lock')
-rw-r--r--CLI/ruby/Gemfile.lock17
1 files changed, 17 insertions, 0 deletions
diff --git a/CLI/ruby/Gemfile.lock b/CLI/ruby/Gemfile.lock
index 002d5c4..1cd8a09 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)
@@ -50,7 +55,16 @@ GEM
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (1.2.0)
parser (>= 2.7.1.5)
+ rubocop-rspec (2.0.1)
+ rubocop (~> 1.0)
+ rubocop-ast (>= 1.1.0)
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 +74,14 @@ PLATFORMS
DEPENDENCIES
bundler
+ codecov
pry-byebug
rake
redcarpet
rspec
rubocop
+ rubocop-rspec
+ simplecov
terminal_game_of_life!
yard