Skip to content

Commit

Permalink
Merge pull request #463 from ridgepole/dependabot/bundler/rubocop-eq-…
Browse files Browse the repository at this point in the history
…1.59.0

Update rubocop requirement from = 1.58.0 to = 1.59.0
  • Loading branch information
winebarrel authored Dec 17, 2023
2 parents 9c0d5a2 + d469c62 commit ca48b44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/ridgepole/dsl_parser/table_definition.rb
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def blob(*args)
end
end

ALIAS_TYPES.each do |alias_type, (column_type, default_options)| # rubocop:disable Style/HashEachMethods
ALIAS_TYPES.each do |alias_type, (column_type, default_options)|
define_method alias_type do |*args|
options = args.extract_options!
options = default_options.merge(options)
Expand Down
2 changes: 1 addition & 1 deletion ridgepole.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rspec', '>= 3.0.0'
spec.add_development_dependency 'rspec-match_fuzzy', '>= 0.1.3'
spec.add_development_dependency 'rspec-match_ruby', '>= 0.1.3'
spec.add_development_dependency 'rubocop', '1.58.0'
spec.add_development_dependency 'rubocop', '1.59.0'
spec.add_development_dependency 'rubocop-rake', '>= 0.5.1'
spec.add_development_dependency 'rubocop-rspec', '>= 2.1.0'
spec.add_development_dependency 'simplecov'
Expand Down

0 comments on commit ca48b44

Please sign in to comment.