diff options
| author | mo khan <mo.khan@gmail.com> | 2020-04-14 12:43:20 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-04-14 12:43:20 -0600 |
| commit | 2b69afb35bd1b123e00d3efabce0d4c4aefdd008 (patch) | |
| tree | e750f551d075ef48f944b09d108f8a466d675c33 /Gemfile.lock | |
| parent | 82d9dfd9e98e90e5457c5f079e2c65252518d199 (diff) | |
Fix linter errors
Diffstat (limited to 'Gemfile.lock')
| -rw-r--r-- | Gemfile.lock | 33 |
1 files changed, 30 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index d4ca53b..3074a65 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,13 +9,24 @@ GEM specs: addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) + ast (2.4.0) + bundler-audit (0.6.1) + bundler (>= 1.2.0, < 3) + thor (~> 0.18) + byebug (11.1.1) diff-lcs (1.3) + jaro_winkler (1.5.4) mini_portile2 (2.4.0) net-hippie (0.3.2) nokogiri (1.10.9) mini_portile2 (~> 2.4.0) + parallel (1.19.1) + parser (2.7.1.0) + ast (~> 2.4.0) public_suffix (4.0.4) - rake (12.3.3) + rainbow (3.0.0) + rake (13.0.1) + rexml (3.2.4) rspec (3.9.0) rspec-core (~> 3.9.0) rspec-expectations (~> 3.9.0) @@ -29,20 +40,36 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) rspec-support (3.9.2) + rubocop (0.81.0) + jaro_winkler (~> 1.5.1) + parallel (~> 1.10) + parser (>= 2.7.0.1) + rainbow (>= 2.2.2, < 4.0) + rexml + ruby-progressbar (~> 1.7) + unicode-display_width (>= 1.4.0, < 2.0) + rubocop-rspec (1.38.1) + rubocop (>= 0.68.1) + ruby-progressbar (1.10.1) spandx (0.11.0) addressable (~> 2.7) bundler (>= 1.16, < 3.0.0) net-hippie (~> 0.3) nokogiri (~> 1.10) thor - thor (1.0.1) + thor (0.20.3) + unicode-display_width (1.7.0) PLATFORMS ruby DEPENDENCIES - rake (~> 12.0) + bundler-audit (~> 0.6) + byebug (~> 11.1) + rake (~> 13.0) rspec (~> 3.0) + rubocop (~> 0.52) + rubocop-rspec (~> 1.22) spandx-gitlab! BUNDLED WITH |
