diff options
| author | a14m <[email protected]> | 2020-12-14 15:13:18 +0100 |
|---|---|---|
| committer | a14m <[email protected]> | 2020-12-14 15:13:18 +0100 |
| commit | 3a84b11208e8378424790be4302a82f61a556186 (patch) | |
| tree | 045bf2daad9c41ce7938d3fed16fa2ca68ecb961 /CLI/ruby/Gemfile.lock | |
| parent | 67de73f67ea4f7afeb68829fb510065ed8d41159 (diff) | |
Add rubocop-rspec
Diffstat (limited to 'CLI/ruby/Gemfile.lock')
| -rw-r--r-- | CLI/ruby/Gemfile.lock | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CLI/ruby/Gemfile.lock b/CLI/ruby/Gemfile.lock index c3ad0ed..1cd8a09 100644 --- a/CLI/ruby/Gemfile.lock +++ b/CLI/ruby/Gemfile.lock @@ -55,6 +55,9 @@ 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) @@ -77,6 +80,7 @@ DEPENDENCIES redcarpet rspec rubocop + rubocop-rspec simplecov terminal_game_of_life! yard |
