Skip to content

Commit

Permalink
Relaxing rubocop dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jotolo committed Apr 24, 2022
1 parent 12435e8 commit eba797a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rubocop-airbnb/rubocop-airbnb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
'Gemfile',
]

spec.add_dependency('rubocop', '~> 0.93.1')
spec.add_dependency('rubocop', '>= 0.93.1')
spec.add_dependency('rubocop-performance', '~> 1.10.2')
spec.add_dependency('rubocop-rails', '~> 2.9.1')
spec.add_dependency('rubocop-rspec', '~> 1.44.1')
Expand Down

0 comments on commit eba797a

Please sign in to comment.