diff options
Diffstat (limited to 'Gemfile.lock')
| -rw-r--r-- | Gemfile.lock | 26 |
1 files changed, 17 insertions, 9 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index a9dc845..3ce0057 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,6 +3,7 @@ PATH specs: spandx (0.13.4) addressable (~> 2.7) + async (~> 1.26) bundler (>= 1.16, < 3.0.0) net-hippie (~> 0.3) nokogiri (~> 1.10) @@ -19,14 +20,19 @@ GEM addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) ast (2.4.1) + async (1.26.2) + console (~> 1.0) + nio4r (~> 2.3) + timers (~> 4.1) benchmark-ips (2.8.2) benchmark-malloc (0.2.0) benchmark-perf (0.6.0) benchmark-trend (0.4.0) - bundler-audit (0.6.1) + bundler-audit (0.7.0.1) bundler (>= 1.2.0, < 3) - thor (~> 0.18) + thor (>= 0.18, < 2) byebug (11.1.3) + console (1.8.2) crack (0.4.3) safe_yaml (~> 1.0.0) diff-lcs (1.3) @@ -34,7 +40,7 @@ GEM faraday (1.0.1) multipart-post (>= 1.2, < 3) hashdiff (1.0.1) - licensed (2.11.1) + licensed (2.12.0) bundler (>= 1.10) licensee (>= 9.14.0, < 10.0.0) parallel (>= 0.18.0) @@ -52,15 +58,16 @@ GEM mini_portile2 (2.4.0) multipart-post (2.1.1) net-hippie (0.3.2) + nio4r (2.5.2) nokogiri (1.10.9) mini_portile2 (~> 2.4.0) octokit (4.18.0) faraday (>= 0.9) sawyer (~> 0.8.0, >= 0.5.3) oj (3.10.6) - parallel (1.19.1) - parser (2.7.1.3) - ast (~> 2.4.0) + parallel (1.19.2) + parser (2.7.1.4) + ast (~> 2.4.1) parslet (2.0.0) pathname-common_prefix (0.0.1) public_suffix (4.0.5) @@ -90,13 +97,13 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) rspec-support (3.9.3) - rubocop (0.85.1) + rubocop (0.86.0) parallel (~> 1.10) parser (>= 2.7.0.1) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.7) rexml - rubocop-ast (>= 0.0.3) + rubocop-ast (>= 0.0.3, < 1.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 2.0) rubocop-ast (0.0.3) @@ -113,7 +120,8 @@ GEM faraday (> 0.8, < 2.0) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) - thor (0.20.3) + thor (1.0.1) + timers (4.3.0) tomlrb (1.3.0) tty-cursor (0.7.1) tty-spinner (0.9.3) |
