Skip to content

Commit

Permalink
Update to version 0.16.0 (#102)
Browse files Browse the repository at this point in the history
* Update to version 0.16.0

This change includes the renamed Metrics/LineLength cop to Layout

* Update Gemfile.lock

Co-authored-by: Rick Peyton <[email protected]>
  • Loading branch information
mellowfish and rickpeyton committed Jan 7, 2020
1 parent c54acbf commit 0f12cf2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
38 changes: 19 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ramsey_cop (0.15.0)
ramsey_cop (0.16.0)
rubocop (~> 0.62)
rubocop-performance

Expand All @@ -10,33 +10,33 @@ GEM
specs:
ast (2.4.0)
diff-lcs (1.3)
jaro_winkler (1.5.3)
parallel (1.17.0)
parser (2.6.3.0)
jaro_winkler (1.5.4)
parallel (1.19.1)
parser (2.7.0.1)
ast (~> 2.4.0)
rainbow (3.0.0)
rake (12.3.2)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-core (3.8.0)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.3)
rake (12.3.3)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-core (3.9.1)
rspec-support (~> 3.9.1)
rspec-expectations (3.9.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-mocks (3.8.0)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
rubocop (0.74.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.2)
rubocop (0.79.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.6)
parser (>= 2.7.0.1)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7)
rubocop-performance (1.4.1)
rubocop-performance (1.5.2)
rubocop (>= 0.71.0)
ruby-progressbar (1.10.1)
unicode-display_width (1.6.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/ramsey_cop/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RamseyCop
VERSION = "0.15.0".freeze
VERSION = "0.16.0".freeze
end

0 comments on commit 0f12cf2

Please sign in to comment.