Skip to content

Commit e6af8e4

Browse files
committed
Fix RuboCop offenses
1 parent 65fcb69 commit e6af8e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rspec-activemodel-mocks.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Gem::Specification.new do |s|
3333
s.cert_chain = [File.expand_path('~/.gem/rspec-gem-public_cert.pem')]
3434
end
3535

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

0 commit comments

Comments
 (0)