Gemfile.lock in alba-0.8.0 vs Gemfile.lock in alba-0.9.0

- old
+ new

@@ -1,42 +1,51 @@ PATH remote: . specs: - alba (0.8.0) + alba (0.9.0) GEM remote: https://rubygems.org/ specs: + activesupport (6.0.3.2) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 0.7, < 2) + minitest (~> 5.1) + tzinfo (~> 1.1) + zeitwerk (~> 2.2, >= 2.2.2) ast (2.4.1) + concurrent-ruby (1.1.6) coveralls (0.8.23) json (>= 1.8, < 3) simplecov (~> 0.16.1) term-ansicolor (~> 1.3) thor (>= 0.19.4, < 2.0) tins (~> 1.6) docile (1.3.2) + i18n (1.8.5) + concurrent-ruby (~> 1.0) json (2.3.1) minitest (5.14.1) oj (3.10.8) parallel (1.19.2) parser (2.7.1.4) ast (~> 2.4.1) rainbow (3.0.0) rake (13.0.1) regexp_parser (1.7.1) rexml (3.2.4) - rubocop (0.88.0) + rubocop (0.89.1) parallel (~> 1.10) parser (>= 2.7.1.1) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.7) rexml - rubocop-ast (>= 0.1.0, < 1.0) + rubocop-ast (>= 0.3.0, < 1.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 2.0) - rubocop-ast (0.2.0) - parser (>= 2.7.0.1) + rubocop-ast (0.3.0) + parser (>= 2.7.1.4) rubocop-minitest (0.10.1) rubocop (>= 0.87) rubocop-performance (1.7.1) rubocop (>= 0.82.0) rubocop-sensible (0.3.0) @@ -49,17 +58,22 @@ simplecov-html (0.10.2) sync (0.5.0) term-ansicolor (1.7.1) tins (~> 1.0) thor (1.0.1) + thread_safe (0.3.6) tins (1.25.0) sync + tzinfo (1.2.7) + thread_safe (~> 0.1) unicode-display_width (1.7.0) + zeitwerk (2.4.0) PLATFORMS ruby DEPENDENCIES + activesupport alba! coveralls minitest (~> 5.0) oj (~> 3.10) rake (~> 13.0)