lib/support/ruby_version.rb in mongoid-3.1.7 vs lib/support/ruby_version.rb in mongoid-4.0.0.alpha1
- old
+ new
@@ -17,10 +17,10 @@
end
if invalid_version?
message = %{
Mongoid requires MRI version 1.9.3+ or JRuby 1.6.0+ running in 1.9 mode.
-You're current Ruby version is defined as #{RUBY_VERSION}. Please see:
+Your current Ruby version is defined as #{RUBY_VERSION}. Please see:
http://mongoid.org/en/mongoid/docs/tips.html#ruby for details.
}
raise_version_error(message)
end