diff options
Diffstat (limited to 'Gemfile.lock')
| -rw-r--r-- | Gemfile.lock | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index c52c5d9..5339f9e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,6 +3,7 @@ GEM specs: ansi (1.5.0) builder (3.2.4) + diff-lcs (1.4.4) docile (1.4.0) minitest (5.14.4) minitest-reporters (1.4.3) @@ -11,13 +12,33 @@ GEM minitest (>= 5.0) ruby-progressbar redcarpet (3.5.1) + rspec (3.10.0) + rspec-core (~> 3.10.0) + rspec-expectations (~> 3.10.0) + rspec-mocks (~> 3.10.0) + rspec-core (3.10.1) + rspec-support (~> 3.10.0) + rspec-expectations (3.10.1) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.10.0) + rspec-mocks (3.10.2) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.10.0) + rspec-support (3.10.2) ruby-progressbar (1.11.0) simplecov (0.21.2) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) + simplecov-console (0.9.1) + ansi + simplecov + terminal-table simplecov-html (0.12.3) simplecov_json_formatter (0.1.3) + terminal-table (3.0.1) + unicode-display_width (>= 1.1.1, < 3) + unicode-display_width (2.0.0) yard (0.9.26) PLATFORMS @@ -26,7 +47,9 @@ PLATFORMS DEPENDENCIES minitest-reporters (~> 1.4, >= 1.4.3) redcarpet (~> 3.5, >= 3.5.1) + rspec (~> 3.10) simplecov (~> 0.21.2) + simplecov-console (~> 0.9.1) simplecov_json_formatter (~> 0.1.3) yard (~> 0.9.26) |
