Gemfile.lock in rubocop-changes-0.4.0 vs Gemfile.lock in rubocop-changes-0.5.0
- old
+ new
@@ -1,25 +1,25 @@
PATH
remote: .
specs:
rubocop-changes (0.4.0)
git_diff_parser (~> 3.2)
- rubocop (~> 0.80)
+ rubocop (~> 1.25)
GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
byebug (10.0.2)
diff-lcs (1.3)
git_diff_parser (3.2.0)
- jaro_winkler (1.5.4)
- parallel (1.19.1)
- parser (3.0.0.0)
+ parallel (1.21.0)
+ parser (3.1.0.0)
ast (~> 2.4.1)
- rainbow (3.0.0)
+ rainbow (3.1.1)
rake (13.0.3)
+ regexp_parser (2.2.0)
rexml (3.2.5)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
@@ -30,19 +30,22 @@
rspec-support (~> 3.9.0)
rspec-mocks (3.9.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.0)
- rubocop (0.81.0)
- jaro_winkler (~> 1.5.1)
+ rubocop (1.25.0)
parallel (~> 1.10)
- parser (>= 2.7.0.1)
+ parser (>= 3.1.0.0)
rainbow (>= 2.2.2, < 4.0)
+ regexp_parser (>= 1.8, < 3.0)
rexml
+ rubocop-ast (>= 1.15.1, < 2.0)
ruby-progressbar (~> 1.7)
- unicode-display_width (>= 1.4.0, < 2.0)
- ruby-progressbar (1.10.1)
- unicode-display_width (1.7.0)
+ unicode-display_width (>= 1.4.0, < 3.0)
+ rubocop-ast (1.15.1)
+ parser (>= 3.0.1.1)
+ ruby-progressbar (1.11.0)
+ unicode-display_width (2.1.0)
PLATFORMS
ruby
DEPENDENCIES