Skip to content

Commit

Permalink
Fix RuboCop offenses
Browse files Browse the repository at this point in the history
  • Loading branch information
bquorning committed Sep 27, 2024
1 parent 65fcb69 commit e6af8e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rspec-activemodel-mocks.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |s|
s.cert_chain = [File.expand_path('~/.gem/rspec-gem-public_cert.pem')]
end

s.add_runtime_dependency('activemodel', [">= 3.0"])
s.add_runtime_dependency('activesupport', [">= 3.0"])
s.add_runtime_dependency('rspec-mocks', [">= 2.99", "< 4.0"])
s.add_dependency('activemodel', [">= 3.0"])
s.add_dependency('activesupport', [">= 3.0"])
s.add_dependency('rspec-mocks', [">= 2.99", "< 4.0"])
end

0 comments on commit e6af8e4

Please sign in to comment.