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
Gemfile
1 1 source 'http://rubygems.org'
2 2  
3 3 gem 'rails', '3.2.13'
4   -gem 'mongoid', '~> 2.4.10'
  4 +gem 'mongoid', '~> 2.7.1'
5 5 gem 'mongoid_rails_migrations'
6 6 gem 'devise', '~> 1.5.4'
7 7 gem 'haml'
... ... @@ -67,9 +67,9 @@ gem 'omniauth-github'
67 67  
68 68  
69 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 73 end
74 74  
75 75 gem 'ri_cal'
... ...
Gemfile.lock
... ... @@ -61,9 +61,9 @@ GEM
61 61 multi_json (~> 1.3)
62 62 nokogiri (~> 1.5.2)
63 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 67 builder (3.0.4)
68 68 campy (0.1.3)
69 69 multi_json (~> 1.0)
... ... @@ -177,18 +177,18 @@ GEM
177 177 railties
178 178 method_source (0.7.1)
179 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 183 activemodel (~> 3.1)
184   - mongo (~> 1.3)
  184 + mongo (~> 1.8)
185 185 tzinfo (~> 0.3.22)
186 186 mongoid_rails_migrations (0.0.14)
187 187 activesupport (>= 3.0.0)
188 188 bundler (>= 1.0.0)
189 189 rails (>= 3.0.0)
190 190 railties (>= 3.0.0)
191   - multi_json (1.7.2)
  191 + multi_json (1.7.3)
192 192 multi_xml (0.5.2)
193 193 multipart-post (1.1.5)
194 194 net-scp (1.0.4)
... ... @@ -366,8 +366,8 @@ DEPENDENCIES
366 366 better_errors
367 367 binding_of_caller
368 368 bitbucket_rest_api
369   - bson (= 1.6.2)
370   - bson_ext (= 1.6.2)
  369 + bson
  370 + bson_ext
371 371 campy
372 372 capistrano
373 373 capybara
... ... @@ -391,8 +391,8 @@ DEPENDENCIES
391 391 launchy
392 392 lighthouse-api
393 393 meta_request
394   - mongo (= 1.6.2)
395   - mongoid (~> 2.4.10)
  394 + mongo
  395 + mongoid (~> 2.7.1)
396 396 mongoid_rails_migrations
397 397 octokit (~> 1.0.0)
398 398 omniauth-github
... ...