Commit c90207313da420bb7df60af6d1ce27ea179234c8

Authored by Cyril Mougel
1 parent 6eb59b4e
Exists in master and in 1 other branch production

update mongoid and mongo gem version to have latest stable version

Showing 2 changed files with 16 additions and 16 deletions   Show diff stats
1 source 'http://rubygems.org' 1 source 'http://rubygems.org'
2 2
3 gem 'rails', '3.2.13' 3 gem 'rails', '3.2.13'
4 -gem 'mongoid', '~> 2.4.10' 4 +gem 'mongoid', '~> 2.7.1'
5 gem 'mongoid_rails_migrations' 5 gem 'mongoid_rails_migrations'
6 gem 'devise', '~> 1.5.4' 6 gem 'devise', '~> 1.5.4'
7 gem 'haml' 7 gem 'haml'
@@ -67,9 +67,9 @@ gem 'omniauth-github' @@ -67,9 +67,9 @@ gem 'omniauth-github'
67 67
68 68
69 platform :ruby do 69 platform :ruby do
70 - gem 'mongo', '= 1.6.2'  
71 - gem 'bson', '= 1.6.2'  
72 - gem 'bson_ext', '= 1.6.2' 70 + gem 'mongo'
  71 + gem 'bson'
  72 + gem 'bson_ext'
73 end 73 end
74 74
75 gem 'ri_cal' 75 gem 'ri_cal'
@@ -61,9 +61,9 @@ GEM @@ -61,9 +61,9 @@ GEM
61 multi_json (~> 1.3) 61 multi_json (~> 1.3)
62 nokogiri (~> 1.5.2) 62 nokogiri (~> 1.5.2)
63 simple_oauth 63 simple_oauth
64 - bson (1.6.2)  
65 - bson_ext (1.6.2)  
66 - bson (~> 1.6.2) 64 + bson (1.8.5)
  65 + bson_ext (1.8.5)
  66 + bson (~> 1.8.5)
67 builder (3.0.4) 67 builder (3.0.4)
68 campy (0.1.3) 68 campy (0.1.3)
69 multi_json (~> 1.0) 69 multi_json (~> 1.0)
@@ -177,18 +177,18 @@ GEM @@ -177,18 +177,18 @@ GEM
177 railties 177 railties
178 method_source (0.7.1) 178 method_source (0.7.1)
179 mime-types (1.21) 179 mime-types (1.21)
180 - mongo (1.6.2)  
181 - bson (~> 1.6.2)  
182 - mongoid (2.4.10) 180 + mongo (1.8.5)
  181 + bson (~> 1.8.5)
  182 + mongoid (2.7.1)
183 activemodel (~> 3.1) 183 activemodel (~> 3.1)
184 - mongo (~> 1.3) 184 + mongo (~> 1.8)
185 tzinfo (~> 0.3.22) 185 tzinfo (~> 0.3.22)
186 mongoid_rails_migrations (0.0.14) 186 mongoid_rails_migrations (0.0.14)
187 activesupport (>= 3.0.0) 187 activesupport (>= 3.0.0)
188 bundler (>= 1.0.0) 188 bundler (>= 1.0.0)
189 rails (>= 3.0.0) 189 rails (>= 3.0.0)
190 railties (>= 3.0.0) 190 railties (>= 3.0.0)
191 - multi_json (1.7.2) 191 + multi_json (1.7.3)
192 multi_xml (0.5.2) 192 multi_xml (0.5.2)
193 multipart-post (1.1.5) 193 multipart-post (1.1.5)
194 net-scp (1.0.4) 194 net-scp (1.0.4)
@@ -366,8 +366,8 @@ DEPENDENCIES @@ -366,8 +366,8 @@ DEPENDENCIES
366 better_errors 366 better_errors
367 binding_of_caller 367 binding_of_caller
368 bitbucket_rest_api 368 bitbucket_rest_api
369 - bson (= 1.6.2)  
370 - bson_ext (= 1.6.2) 369 + bson
  370 + bson_ext
371 campy 371 campy
372 capistrano 372 capistrano
373 capybara 373 capybara
@@ -391,8 +391,8 @@ DEPENDENCIES @@ -391,8 +391,8 @@ DEPENDENCIES
391 launchy 391 launchy
392 lighthouse-api 392 lighthouse-api
393 meta_request 393 meta_request
394 - mongo (= 1.6.2)  
395 - mongoid (~> 2.4.10) 394 + mongo
  395 + mongoid (~> 2.7.1)
396 mongoid_rails_migrations 396 mongoid_rails_migrations
397 octokit (~> 1.0.0) 397 octokit (~> 1.0.0)
398 omniauth-github 398 omniauth-github