Skip to content

Commit

Permalink
Merge pull request #1754 from troessner/dependabot/bundler/rubocop-pe…
Browse files Browse the repository at this point in the history
…rformance-tw-1.20.0

Update rubocop-performance requirement from ~> 1.19.0 to ~> 1.20.0
  • Loading branch information
mvz committed Dec 27, 2023
2 parents 7702a76 + 8352bcd commit a05c654
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ group :development do
gem 'rspec', '~> 3.0'
gem 'rspec-benchmark', '~> 0.6.0'
gem 'rubocop', '~> 1.59.0'
gem 'rubocop-performance', '~> 1.19.0'
gem 'rubocop-performance', '~> 1.20.0'
gem 'rubocop-rspec', '~> 2.25.0'
gem 'simplecov', '>= 0.18.0', '< 0.23.0'
gem 'yard', '~> 0.9.5'
Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def method_context(code)
# Helper methods to generate a configuration for smell types that support
# `accept` and `reject` settings.
%w(accept reject).each do |switch|
define_method("#{switch}_configuration_for") do |smell_type, pattern:|
define_method(:"#{switch}_configuration_for") do |smell_type, pattern:|
hash = {
smell_type => {
switch => pattern
Expand Down

0 comments on commit a05c654

Please sign in to comment.