Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit dc85a2c

Browse files
author
Prem Sichanugrist
committed
Relax activemodel dependency
This will allow codeclimate-services to be used with Rails 4.x+
1 parent 954aafc commit dc85a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeclimate-services.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
2020
spec.add_dependency "faraday", "0.8.8"
2121
spec.add_dependency "virtus", "1.0.0"
2222
spec.add_dependency "nokogiri", "~> 1.6.0"
23-
spec.add_dependency "activemodel", "~> 3.0"
23+
spec.add_dependency "activemodel", ">= 3.0"
2424
spec.add_development_dependency "bundler", ">= 1.6.2"
2525
spec.add_development_dependency "rake"
2626
spec.add_development_dependency "test-unit"

0 commit comments

Comments
 (0)