Skip to content

Commit

Permalink
Fixed version dependency on mongoid
Browse files Browse the repository at this point in the history
...exclude 6.0
  • Loading branch information
rmm5t committed Sep 22, 2015
1 parent a7fabc3 commit 14792d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongoid-grid_fs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification::new do |spec|
spec.test_files = Dir["test/**/*"]
spec.require_path = "lib"

spec.add_dependency "mongoid", ">= 3.0", "<= 6.0"
spec.add_dependency "mongoid", ">= 3.0", "< 6.0"
spec.add_dependency "mime-types", ">= 1.0", "< 3.0"
spec.add_development_dependency "minitest", ">= 5.7.0", "< 6.0"
end

0 comments on commit 14792d2

Please sign in to comment.