Skip to content

Commit

Permalink
Update activemodel dependency requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
phildionne committed May 9, 2015
1 parent 980910d commit 9f9eea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geojsonlint.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency "json-schema", "~> 2.5.0"
spec.add_dependency "activemodel", "~> 3.0.0"
spec.add_dependency "activemodel", ">= 3.0.0"

spec.add_development_dependency "bundler"
spec.add_development_dependency "rake"
Expand Down

0 comments on commit 9f9eea9

Please sign in to comment.