Skip to content

Commit

Permalink
Merge pull request #12 from salemove/anu-update
Browse files Browse the repository at this point in the history
  • Loading branch information
sm-deployer authored Aug 6, 2024
2 parents 3ac0065 + 391f205 commit 833f7f2
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.2.0'
s.version = '1.3.0'
s.date = '2017-05-04'
s.summary = 'RuboCop SaleMove'
s.description = 'Shared RuboCop configuration for SaleMove projects'
Expand All @@ -11,5 +11,5 @@ Gem::Specification.new do |s|
s.license = 'MIT'

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

0 comments on commit 833f7f2

Please sign in to comment.