Commit 05d096aa328b720c3c83ab5eba9e1a121baf7158
1 parent
7a709870
Exists in
master
and in
1 other branch
downgraded mongo
Showing
2 changed files
with
13 additions
and
13 deletions
Show diff stats
Gemfile
... | ... | @@ -32,9 +32,9 @@ gem 'fabrication', "~> 1.3.0" # Both for tests, and loading demo data |
32 | 32 | gem 'rails_autolink', '~> 1.0.9' |
33 | 33 | |
34 | 34 | platform :ruby do |
35 | - gem 'mongo', '~> 1.6.4' | |
36 | - gem 'bson', '~> 1.6.4' | |
37 | - gem 'bson_ext', '~> 1.6.4' | |
35 | + gem 'mongo', '= 1.6.2' | |
36 | + gem 'bson', '= 1.6.2' | |
37 | + gem 'bson_ext', '= 1.6.2' | |
38 | 38 | end |
39 | 39 | |
40 | 40 | gem 'ri_cal' |
... | ... | @@ -47,8 +47,8 @@ group :development, :test do |
47 | 47 | gem 'ruby-debug', :platform => :mri_18 |
48 | 48 | gem 'debugger', :platform => :mri_19 |
49 | 49 | end |
50 | - # gem 'rpm_contrib' | |
51 | - # gem 'newrelic_rpm' | |
50 | +# gem 'rpm_contrib' | |
51 | +# gem 'newrelic_rpm' | |
52 | 52 | end |
53 | 53 | |
54 | 54 | group :test do | ... | ... |
Gemfile.lock
... | ... | @@ -36,9 +36,9 @@ GEM |
36 | 36 | addressable (2.3.2) |
37 | 37 | arel (3.0.2) |
38 | 38 | bcrypt-ruby (3.0.1) |
39 | - bson (1.6.4) | |
40 | - bson_ext (1.6.4) | |
41 | - bson (~> 1.6.4) | |
39 | + bson (1.6.2) | |
40 | + bson_ext (1.6.2) | |
41 | + bson (~> 1.6.2) | |
42 | 42 | builder (3.0.0) |
43 | 43 | capybara (1.1.2) |
44 | 44 | mime-types (>= 1.16) |
... | ... | @@ -121,8 +121,8 @@ GEM |
121 | 121 | mime-types (~> 1.16) |
122 | 122 | treetop (~> 1.4.8) |
123 | 123 | mime-types (1.19) |
124 | - mongo (1.6.4) | |
125 | - bson (~> 1.6.4) | |
124 | + mongo (1.6.2) | |
125 | + bson (~> 1.6.2) | |
126 | 126 | mongoid (2.4.10) |
127 | 127 | activemodel (~> 3.1) |
128 | 128 | mongo (~> 1.3) |
... | ... | @@ -273,8 +273,8 @@ PLATFORMS |
273 | 273 | DEPENDENCIES |
274 | 274 | SystemTimer |
275 | 275 | actionmailer_inline_css (~> 1.3.0) |
276 | - bson (~> 1.6.4) | |
277 | - bson_ext (~> 1.6.4) | |
276 | + bson (= 1.6.2) | |
277 | + bson_ext (= 1.6.2) | |
278 | 278 | capybara |
279 | 279 | database_cleaner (~> 0.6.0) |
280 | 280 | debugger |
... | ... | @@ -289,7 +289,7 @@ DEPENDENCIES |
289 | 289 | kaminari |
290 | 290 | launchy |
291 | 291 | lighthouse-api |
292 | - mongo (~> 1.6.4) | |
292 | + mongo (= 1.6.2) | |
293 | 293 | mongoid (~> 2.4.10) |
294 | 294 | mongoid_rails_migrations |
295 | 295 | nokogiri | ... | ... |