Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.

Commit

Permalink
Update: mongoid
Browse files Browse the repository at this point in the history
  • Loading branch information
mzp committed Oct 1, 2015
1 parent b241aa4 commit 8ec30c1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gem 'rails', '3.2.22'

# mongoid
gem 'mongoid', '2.5.1'
gem 'mongoid', '2.8.1'

# push notification
gem 'eventmachine'
Expand Down Expand Up @@ -48,7 +48,7 @@ end
platform :ruby, :mswin, :mingw do
gem 'socky-server', '>= 0.5.0.beta1'
gem 'thin'
gem 'bson_ext', '1.7.0'
gem 'bson_ext'
gem 'newrelic_rpm'
gem 'airbrake'
end
Expand Down
25 changes: 14 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ GEM
addressable (>= 2.3.1)
extlib (>= 0.9.15)
multi_json (>= 1.0.0)
bson (1.7.0)
bson (1.7.0-java)
bson_ext (1.7.0)
bson (~> 1.7.0)
bson (1.12.3)
bson (1.12.3-java)
bson_ext (1.12.3)
bson (~> 1.12.3)
builder (3.0.4)
c2dm (0.2.2)
httparty
Expand Down Expand Up @@ -111,7 +111,7 @@ GEM
multi_json (~> 1.0)
multi_xml
httpclient (2.3.4.1)
i18n (0.6.11)
i18n (0.7.0)
journey (1.0.4)
jruby-jars (1.7.1)
jruby-rack (1.1.12)
Expand All @@ -127,11 +127,11 @@ GEM
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.25.1)
mongo (1.7.0)
bson (~> 1.7.0)
mongoid (2.5.1)
mongo (1.12.3)
bson (= 1.12.3)
mongoid (2.8.1)
activemodel (~> 3.1)
mongo (~> 1.7)
mongo (~> 1.9)
tzinfo (~> 0.3.22)
multi_json (1.11.2)
multi_xml (0.5.1)
Expand Down Expand Up @@ -288,7 +288,7 @@ PLATFORMS
DEPENDENCIES
airbrake
apns
bson_ext (= 1.7.0)
bson_ext
c2dm
ci_reporter
coderay
Expand All @@ -303,7 +303,7 @@ DEPENDENCIES
guard-spork
haml-rails
json
mongoid (= 2.5.1)
mongoid (= 2.8.1)
newrelic_rpm
omniauth
omniauth-twitter (>= 0.0.14)
Expand Down Expand Up @@ -331,3 +331,6 @@ DEPENDENCIES
uuidtools
warbler
zero_push

BUNDLED WITH
1.10.6

0 comments on commit 8ec30c1

Please sign in to comment.