Skip to content

Commit

Permalink
Update to RuboCop 1.5.2
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Dec 4, 2020
1 parent 42db6d2 commit 2a57578
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,4 @@ end
group :development do
gem "rake", ">= 12.0"
gem "rspec", ">= 3.4"
end

# pin until we drop ruby 2.4 and then remove this entirely
gem "parallel", "< 1.20"
end
2 changes: 1 addition & 1 deletion lib/chefstyle/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Chefstyle
VERSION = "1.5.6"
RUBOCOP_VERSION = "1.5.0"
RUBOCOP_VERSION = "1.5.2"
end

0 comments on commit 2a57578

Please sign in to comment.