Skip to content

Commit

Permalink
Merge pull request #13 from salemove/update_rubocop_version
Browse files Browse the repository at this point in the history
Update rubocop version.
  • Loading branch information
erkitr authored Jan 3, 2025
2 parents 833f7f2 + b99ecc9 commit 747a0a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rubocop-salemove.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'rubocop-salemove'
s.version = '1.3.0'
s.version = '1.4.0'
s.date = '2017-05-04'
s.summary = 'RuboCop SaleMove'
s.description = 'Shared RuboCop configuration for SaleMove projects'
Expand All @@ -10,6 +10,6 @@ Gem::Specification.new do |s|
s.homepage = 'https://github.com/salemove/rubocop-salemove'
s.license = 'MIT'

s.add_dependency 'rubocop', '~> 1.36'
s.add_dependency 'rubocop', '~> 1.66'
s.add_dependency 'rubocop-rspec', ['>= 2.13', '< 4.0']
end

0 comments on commit 747a0a4

Please sign in to comment.