Gemfile in mongoid_spacial-0.2.10 vs Gemfile in mongoid_spacial-0.2.11
- old
+ new
@@ -11,10 +11,10 @@
group :development do
gem "bson", '>= 1.3', :platforms => [:jruby] # for non jruby apps, require bson_ext in your Gemfile to boost performance
gem "bson_ext", '>= 1.3', :platforms => [:mri]
gem "rspec", "~> 2.3.0"
gem "yard", "~> 0.6.0"
- gem "bundler", "~> 1.0.0"
+ gem "bundler"
gem "jeweler", "~> 1.6.2"
gem "rcov", ">= 0"
end
group :test, :development do