diff --git a/Gemfile.lock b/Gemfile.lock index 3700766..d4b4a31 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ramsey_cop (0.14.2) + ramsey_cop (0.15.0) rubocop (~> 0.62) rubocop-performance @@ -11,8 +11,8 @@ GEM ast (2.4.0) diff-lcs (1.3) jaro_winkler (1.5.3) - parallel (1.18.0) - parser (2.6.5.0) + parallel (1.17.0) + parser (2.6.3.0) ast (~> 2.4.0) rainbow (3.0.0) rake (12.3.2) @@ -29,14 +29,14 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.8.0) rspec-support (3.8.0) - rubocop (0.75.0) + rubocop (0.74.0) jaro_winkler (~> 1.5.1) parallel (~> 1.10) parser (>= 2.6) rainbow (>= 2.2.2, < 4.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 1.7) - rubocop-performance (1.5.0) + rubocop-performance (1.4.1) rubocop (>= 0.71.0) ruby-progressbar (1.10.1) unicode-display_width (1.6.0) diff --git a/lib/ramsey_cop/version.rb b/lib/ramsey_cop/version.rb index 5c00985..86d083c 100644 --- a/lib/ramsey_cop/version.rb +++ b/lib/ramsey_cop/version.rb @@ -1,3 +1,3 @@ module RamseyCop - VERSION = "0.14.2".freeze + VERSION = "0.15.0".freeze end