Skip to content

Commit

Permalink
Upgrade rubocop to v1.43.0 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
ticklemynausea authored Jan 20, 2023
1 parent b0882af commit d1e6a0e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# salsify_rubocop

## 1.43.0
- Upgrade `rubocop` to v1.43.0.

## 1.42.1
- Drop support for Ruby 2.6 as it is EOL
- Add support for Ruby 3.2
Expand Down
2 changes: 1 addition & 1 deletion lib/salsify_rubocop/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module SalsifyRubocop
VERSION = '1.42.1'
VERSION = '1.43.0'
end
2 changes: 1 addition & 1 deletion salsify_rubocop.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'rspec_junit_formatter'

spec.add_runtime_dependency 'rubocop', '~> 1.42.0'
spec.add_runtime_dependency 'rubocop', '~> 1.43.0'
spec.add_runtime_dependency 'rubocop-performance', '~> 1.15.2'
spec.add_runtime_dependency 'rubocop-rails', '~> 2.17.4'
spec.add_runtime_dependency 'rubocop-rspec', '~> 2.16.0'
Expand Down

0 comments on commit d1e6a0e

Please sign in to comment.