Skip to content

Commit

Permalink
Add minimum ruby version requirement
Browse files Browse the repository at this point in the history
This only specifies "1.9" rather than "1.9.3" since it appears
that JRuby in 1.9 mode reports its version as "1.9", without
the third version number segment.
  • Loading branch information
jordoh authored and durran committed Dec 1, 2012
1 parent 75cd2fb commit f9091fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mongoid.gemspec
Expand Up @@ -14,6 +14,7 @@ Gem::Specification.new do |s|
s.summary = "Elegant Persistance in Ruby for MongoDB."
s.description = "Mongoid is an ODM (Object Document Mapper) Framework for MongoDB, written in Ruby."

s.required_ruby_version = ">= 1.9"
s.required_rubygems_version = ">= 1.3.6"
s.rubyforge_project = "mongoid"

Expand Down

0 comments on commit f9091fb

Please sign in to comment.