Commit ff156351cccf88e65ce434a784615cd5aac7ccd8
1 parent
1993b397
Exists in
master
and in
1 other branch
Bump mongoid
Showing
2 changed files
with
15 additions
and
7 deletions
Show diff stats
Gemfile
| @@ -6,6 +6,7 @@ gem 'actionmailer', RAILS_VERSION | @@ -6,6 +6,7 @@ gem 'actionmailer', RAILS_VERSION | ||
| 6 | gem 'actionpack', RAILS_VERSION | 6 | gem 'actionpack', RAILS_VERSION |
| 7 | gem 'railties', RAILS_VERSION | 7 | gem 'railties', RAILS_VERSION |
| 8 | 8 | ||
| 9 | +gem 'moped', github: 'mongoid/moped' | ||
| 9 | gem 'mongoid', github: 'mongoid/mongoid' | 10 | gem 'mongoid', github: 'mongoid/mongoid' |
| 10 | 11 | ||
| 11 | gem 'mongoid_rails_migrations' | 12 | gem 'mongoid_rails_migrations' |
Gemfile.lock
| @@ -8,6 +8,15 @@ GIT | @@ -8,6 +8,15 @@ GIT | ||
| 8 | origin (~> 2.1) | 8 | origin (~> 2.1) |
| 9 | tzinfo (>= 0.3.37) | 9 | tzinfo (>= 0.3.37) |
| 10 | 10 | ||
| 11 | +GIT | ||
| 12 | + remote: git://github.com/mongoid/moped.git | ||
| 13 | + revision: e238b4a757d64d980e3137c5b57a37a1729733a9 | ||
| 14 | + specs: | ||
| 15 | + moped (2.0.0.beta6) | ||
| 16 | + bson (~> 2.2) | ||
| 17 | + connection_pool (~> 1.2) | ||
| 18 | + optionable (~> 0.2.0) | ||
| 19 | + | ||
| 11 | GEM | 20 | GEM |
| 12 | remote: https://rubygems.org/ | 21 | remote: https://rubygems.org/ |
| 13 | specs: | 22 | specs: |
| @@ -48,7 +57,7 @@ GEM | @@ -48,7 +57,7 @@ GEM | ||
| 48 | builder | 57 | builder |
| 49 | json | 58 | json |
| 50 | arel (4.0.2) | 59 | arel (4.0.2) |
| 51 | - atomic (1.1.14) | 60 | + atomic (1.1.16) |
| 52 | bcrypt-ruby (3.1.2) | 61 | bcrypt-ruby (3.1.2) |
| 53 | better_errors (1.0.1) | 62 | better_errors (1.0.1) |
| 54 | coderay (>= 1.0.0) | 63 | coderay (>= 1.0.0) |
| @@ -215,10 +224,6 @@ GEM | @@ -215,10 +224,6 @@ GEM | ||
| 215 | bundler (>= 1.0.0) | 224 | bundler (>= 1.0.0) |
| 216 | rails (>= 3.2.0) | 225 | rails (>= 3.2.0) |
| 217 | railties (>= 3.2.0) | 226 | railties (>= 3.2.0) |
| 218 | - moped (2.0.0.beta6) | ||
| 219 | - bson (~> 2.2) | ||
| 220 | - connection_pool (~> 1.2) | ||
| 221 | - optionable (~> 0.2.0) | ||
| 222 | multi_json (1.9.2) | 227 | multi_json (1.9.2) |
| 223 | multi_xml (0.5.5) | 228 | multi_xml (0.5.5) |
| 224 | multipart-post (1.2.0) | 229 | multipart-post (1.2.0) |
| @@ -366,8 +371,8 @@ GEM | @@ -366,8 +371,8 @@ GEM | ||
| 366 | libv8 (~> 3.16.14.0) | 371 | libv8 (~> 3.16.14.0) |
| 367 | ref | 372 | ref |
| 368 | thor (0.19.1) | 373 | thor (0.19.1) |
| 369 | - thread_safe (0.1.3) | ||
| 370 | - atomic | 374 | + thread_safe (0.3.1) |
| 375 | + atomic (>= 1.1.7, < 2) | ||
| 371 | tilt (1.4.1) | 376 | tilt (1.4.1) |
| 372 | timecop (0.6.3) | 377 | timecop (0.6.3) |
| 373 | tins (0.12.0) | 378 | tins (0.12.0) |
| @@ -441,6 +446,8 @@ DEPENDENCIES | @@ -441,6 +446,8 @@ DEPENDENCIES | ||
| 441 | mongoid! | 446 | mongoid! |
| 442 | mongoid-rspec | 447 | mongoid-rspec |
| 443 | mongoid_rails_migrations | 448 | mongoid_rails_migrations |
| 449 | + moped! | ||
| 450 | + octokit (~> 2.0) | ||
| 444 | omniauth-github | 451 | omniauth-github |
| 445 | pjax_rails | 452 | pjax_rails |
| 446 | poltergeist | 453 | poltergeist |