Skip to content

Commit

Permalink
allow for more flexibility on minor versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Geromendez135 committed Jul 22, 2024
1 parent 1420985 commit 04943b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rubocop-airbnb/rubocop-airbnb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ Gem::Specification.new do |spec|
'Gemfile',
]

spec.add_dependency('rubocop', '~> 1.61.0')
spec.add_dependency('rubocop-performance', '~> 1.20.2')
spec.add_dependency('rubocop-rails', '~> 2.24.0')
spec.add_dependency('rubocop-rspec', '~> 2.26.0')
spec.add_dependency('rubocop', '~> 1.61')
spec.add_dependency('rubocop-performance', '~> 1.20')
spec.add_dependency('rubocop-rails', '~> 2.24')
spec.add_dependency('rubocop-rspec', '~> 2.26')
spec.add_development_dependency('rspec', '~> 3.5')
end

0 comments on commit 04943b8

Please sign in to comment.