Commit 489586f1b5679c823fd9f1e6fdb4d5d97055fb4d

Authored by Cyril Mougel
1 parent 4b7804e4
Exists in master and in 1 other branch production

update mongoid gem to 2.2.4 version

Showing 2 changed files with 3 additions and 3 deletions   Show diff stats
Gemfile
... ... @@ -2,7 +2,7 @@ source 'http://rubygems.org'
2 2  
3 3 gem 'rails', '3.0.10'
4 4 gem 'nokogiri'
5   -gem 'mongoid', '2.1.2'
  5 +gem 'mongoid', '~> 2.2.2'
6 6  
7 7 gem 'haml'
8 8 gem 'htmlentities', "~> 4.3.0"
... ...
Gemfile.lock
... ... @@ -94,7 +94,7 @@ GEM
94 94 mime-types (1.16)
95 95 mongo (1.3.1)
96 96 bson (>= 1.3.1)
97   - mongoid (2.1.2)
  97 + mongoid (2.2.4)
98 98 activemodel (~> 3.0)
99 99 mongo (~> 1.3)
100 100 tzinfo (~> 0.3.22)
... ... @@ -224,7 +224,7 @@ DEPENDENCIES
224 224 kaminari
225 225 lighthouse-api
226 226 mongo (= 1.3.1)
227   - mongoid (= 2.1.2)
  227 + mongoid (~> 2.2.2)
228 228 mongoid_rails_migrations
229 229 nokogiri
230 230 octokit
... ...