Gemfile.lock in nested_array-2.4.0 vs Gemfile.lock in nested_array-3.0.0
- old
+ new
@@ -1,43 +1,63 @@
PATH
remote: .
specs:
- nested_array (2.2.1)
+ nested_array (3.0.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.2)
awesome_print (1.8.0)
byebug (11.0.1)
concurrent-ruby (1.1.6)
- diff-lcs (1.3)
+ diff-lcs (1.5.0)
i18n (1.8.3)
concurrent-ruby (~> 1.0)
minitest (5.14.1)
+ parallel (1.22.1)
+ parser (3.2.1.1)
+ ast (~> 2.4.1)
+ rainbow (3.1.1)
rake (10.5.0)
- rspec (3.9.0)
- rspec-core (~> 3.9.0)
- rspec-expectations (~> 3.9.0)
- rspec-mocks (~> 3.9.0)
- rspec-core (3.9.0)
- rspec-support (~> 3.9.0)
- rspec-expectations (3.9.0)
+ regexp_parser (2.7.0)
+ rexml (3.2.5)
+ rspec (3.12.0)
+ rspec-core (~> 3.12.0)
+ rspec-expectations (~> 3.12.0)
+ rspec-mocks (~> 3.12.0)
+ rspec-core (3.12.1)
+ rspec-support (~> 3.12.0)
+ rspec-expectations (3.12.2)
diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.9.0)
- rspec-mocks (3.9.0)
+ rspec-support (~> 3.12.0)
+ rspec-mocks (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.9.0)
- rspec-support (3.9.0)
+ rspec-support (~> 3.12.0)
+ rspec-support (3.12.0)
+ rubocop (1.28.2)
+ parallel (~> 1.10)
+ parser (>= 3.1.0.0)
+ rainbow (>= 2.2.2, < 4.0)
+ regexp_parser (>= 1.8, < 3.0)
+ rexml
+ rubocop-ast (>= 1.17.0, < 2.0)
+ ruby-progressbar (~> 1.7)
+ unicode-display_width (>= 1.4.0, < 3.0)
+ rubocop-ast (1.17.0)
+ parser (>= 3.1.1.0)
+ ruby-progressbar (1.13.0)
thread_safe (0.3.6)
tzinfo (1.2.7)
thread_safe (~> 0.1)
+ unicode-display_width (2.4.2)
zeitwerk (2.3.0)
PLATFORMS
ruby
@@ -46,9 +66,10 @@
awesome_print (~> 1.8)
bundler (~> 2.0)
byebug (~> 11.0)
nested_array!
rake (~> 10.0)
- rspec (~> 3.9)
+ rspec (~> 3.10)
+ rubocop
BUNDLED WITH
2.1.4