Skip to content

Commit

Permalink
Update RuboCop dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepingkingstudios committed Nov 9, 2023
1 parent 435fdad commit 5854b90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ group :development, :test do
gem 'rspec', '~> 3.12'
gem 'rspec-sleeping_king_studios', '~> 2.7'

gem 'rubocop', '~> 1.56', '>= 1.56.3'
gem 'rubocop-rspec', '~> 2.24', '>= 2.24.1'
gem 'rubocop', '~> 1.57', '>= 1.57.2'
gem 'rubocop-rspec', '~> 2.25'

gem 'simplecov', '~> 0.22'
end
2 changes: 1 addition & 1 deletion lib/cuprum/collections/relation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def resolve_parameters(parameters, **ambiguous)

# Methods for resolving a relations's naming and entity class from options.
module Parameters # rubocop:disable Metrics/ModuleLength
class << self # rubocop:disable Metrics/ClassLength
class << self
# @overload resolve_parameters(entity_class: nil, singular_name: nil, name: nil, qualified_name: nil)
# Helper method for resolving a Relation's required parameters.
#
Expand Down

0 comments on commit 5854b90

Please sign in to comment.