Commit 57474450042ad281f32bc2899dceb500746f7232

Authored by Nathan Broadbent
1 parent 07720a8f
Exists in master and in 1 other branch production

Something seemed to go wrong with mongoid gemspec on 1.8.7. Bumping version to see if it fixes it.

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.5'
4 4 gem 'nokogiri'
5   -gem 'mongoid', '2.1.1'
  5 +gem 'mongoid', '2.1.2'
6 6 gem 'haml'
7 7 gem 'will_paginate'
8 8 gem 'devise', '~> 1.4.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.1)
  97 + mongoid (2.1.2)
98 98 activemodel (~> 3.0)
99 99 mongo (~> 1.3)
100 100 tzinfo (~> 0.3.22)
... ... @@ -208,7 +208,7 @@ DEPENDENCIES
208 208 hoptoad_notifier (~> 2.3)
209 209 inherited_resources
210 210 lighthouse-api
211   - mongoid (= 2.1.1)
  211 + mongoid (= 2.1.2)
212 212 mongoid_rails_migrations
213 213 nokogiri
214 214 octokit
... ...