diff options
Diffstat (limited to 'CLI/ruby')
| -rw-r--r-- | CLI/ruby/.rubocop.yml | 1 | ||||
| -rw-r--r-- | CLI/ruby/Gemfile.lock | 42 |
2 files changed, 22 insertions, 21 deletions
diff --git a/CLI/ruby/.rubocop.yml b/CLI/ruby/.rubocop.yml index a84ca99..829a6bc 100644 --- a/CLI/ruby/.rubocop.yml +++ b/CLI/ruby/.rubocop.yml @@ -4,6 +4,7 @@ require: AllCops: TargetRubyVersion: 2.5 NewCops: enable + SuggestExtensions: false Layout/EmptyLineAfterGuardClause: Enabled: false diff --git a/CLI/ruby/Gemfile.lock b/CLI/ruby/Gemfile.lock index 147c29b..0dd8e9f 100644 --- a/CLI/ruby/Gemfile.lock +++ b/CLI/ruby/Gemfile.lock @@ -7,15 +7,15 @@ PATH GEM remote: https://rubygems.org/ specs: - ast (2.4.1) + ast (2.4.2) byebug (11.1.3) coderay (1.1.3) diff-lcs (1.4.4) - docile (1.3.2) + docile (1.3.5) json (2.5.1) method_source (1.0.0) parallel (1.20.1) - parser (2.7.2.0) + parser (3.0.0.0) ast (~> 2.4.1) pry (0.13.1) coderay (~> 1.1) @@ -24,47 +24,47 @@ GEM byebug (~> 11.0) pry (~> 0.13.0) rainbow (3.0.0) - rake (13.0.1) - redcarpet (3.5.0) - regexp_parser (2.0.0) + rake (13.0.3) + redcarpet (3.5.1) + regexp_parser (2.0.3) rexml (3.2.4) rspec (3.10.0) rspec-core (~> 3.10.0) rspec-expectations (~> 3.10.0) rspec-mocks (~> 3.10.0) - rspec-core (3.10.0) + rspec-core (3.10.1) rspec-support (~> 3.10.0) - rspec-expectations (3.10.0) + rspec-expectations (3.10.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) - rspec-mocks (3.10.0) + rspec-mocks (3.10.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) - rspec-support (3.10.0) - rubocop (1.4.2) + rspec-support (3.10.2) + rubocop (1.10.0) parallel (~> 1.10) - parser (>= 2.7.1.5) + parser (>= 3.0.0.0) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8) + regexp_parser (>= 1.8, < 3.0) rexml - rubocop-ast (>= 1.1.1) + rubocop-ast (>= 1.2.0, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 2.0) - rubocop-ast (1.2.0) + unicode-display_width (>= 1.4.0, < 3.0) + rubocop-ast (1.4.1) parser (>= 2.7.1.5) - rubocop-rspec (2.0.1) + rubocop-rspec (2.2.0) rubocop (~> 1.0) rubocop-ast (>= 1.1.0) - ruby-progressbar (1.10.1) - simplecov (0.20.0) + ruby-progressbar (1.11.0) + simplecov (0.21.2) 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.1.0) - unicode-display_width (1.7.0) - yard (0.9.25) + unicode-display_width (2.0.0) + yard (0.9.26) PLATFORMS ruby |
