diff options
| author | Eugen Wissner <belka@caraus.de> | 2022-06-14 06:52:24 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2022-06-14 06:52:24 +0200 |
| commit | d349a90636f859cf789f70e9185c6efe416e59b0 (patch) | |
| tree | f82987cd7f7d3456e55fb8423f886d026be821ab /Gemfile.lock | |
| parent | a72fbabfe8d8c6c352e9a61fbf4e109e6d7ac2f0 (diff) | |
| download | slackbuilder-d349a90636f859cf789f70e9185c6efe416e59b0.tar.gz | |
Update to rubocop 1.30.1
Diffstat (limited to 'Gemfile.lock')
| -rw-r--r-- | Gemfile.lock | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 6f37514..b52cafa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,25 +2,25 @@ GEM remote: https://rubygems.org/ specs: ast (2.4.2) - parallel (1.20.1) - parser (3.0.0.0) + parallel (1.22.1) + parser (3.1.2.0) ast (~> 2.4.1) - rainbow (3.0.0) - regexp_parser (2.1.1) - rexml (3.2.4) - rubocop (1.12.0) + rainbow (3.1.1) + regexp_parser (2.5.0) + rexml (3.2.5) + rubocop (1.30.1) parallel (~> 1.10) - parser (>= 3.0.0.0) + parser (>= 3.1.0.0) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) - rexml - rubocop-ast (>= 1.2.0, < 2.0) + rexml (>= 3.2.5, < 4.0) + rubocop-ast (>= 1.18.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.4.1) - parser (>= 2.7.1.5) + rubocop-ast (1.18.0) + parser (>= 3.1.1.0) ruby-progressbar (1.11.0) - unicode-display_width (2.0.0) + unicode-display_width (2.1.0) PLATFORMS ruby @@ -29,4 +29,4 @@ DEPENDENCIES rubocop (~> 1.7) BUNDLED WITH - 2.2.3 + 2.2.33 |
