Gemfile.lock in simple_auth-1.4.5 vs Gemfile.lock in simple_auth-1.5.0

- old
+ new

@@ -1,122 +1,122 @@ +GIT + remote: git://github.com/jnunemaker/mongomapper.git + revision: e0d7db141b2c330eb44773ef00d1b179bbdf9209 + specs: + mongo_mapper (0.13.0.beta1) + activemodel (>= 3.0.0) + activesupport (>= 3.0) + mongo (~> 1.8) + plucky (~> 0.6.5) + PATH remote: . specs: - simple_auth (1.4.5) + simple_auth (1.5.0) GEM remote: http://rubygems.org/ specs: - actionmailer (3.2.12) - actionpack (= 3.2.12) - mail (~> 2.4.4) - actionpack (3.2.12) - activemodel (= 3.2.12) - activesupport (= 3.2.12) - builder (~> 3.0.0) + actionmailer (4.0.0) + actionpack (= 4.0.0) + mail (~> 2.5.3) + actionpack (4.0.0) + activesupport (= 4.0.0) + builder (~> 3.1.0) erubis (~> 2.7.0) - journey (~> 1.0.4) - rack (~> 1.4.5) - rack-cache (~> 1.2) - rack-test (~> 0.6.1) - sprockets (~> 2.2.1) - activemodel (3.2.12) - activesupport (= 3.2.12) - builder (~> 3.0.0) - activerecord (3.2.12) - activemodel (= 3.2.12) - activesupport (= 3.2.12) - arel (~> 3.0.2) - tzinfo (~> 0.3.29) - activeresource (3.2.12) - activemodel (= 3.2.12) - activesupport (= 3.2.12) - activesupport (3.2.12) - i18n (~> 0.6) - multi_json (~> 1.0) - arel (3.0.2) - bson (1.8.2) - bson_ext (1.8.2) - bson (~> 1.8.2) - builder (3.0.4) - diff-lcs (1.1.3) + rack (~> 1.5.2) + rack-test (~> 0.6.2) + activemodel (4.0.0) + activesupport (= 4.0.0) + builder (~> 3.1.0) + activerecord (4.0.0) + activemodel (= 4.0.0) + activerecord-deprecated_finders (~> 1.0.2) + activesupport (= 4.0.0) + arel (~> 4.0.0) + activerecord-deprecated_finders (1.0.3) + activesupport (4.0.0) + i18n (~> 0.6, >= 0.6.4) + minitest (~> 4.2) + multi_json (~> 1.3) + thread_safe (~> 0.1) + tzinfo (~> 0.3.37) + arel (4.0.0) + atomic (1.1.12) + bson (1.9.1) + bson_ext (1.9.1) + bson (~> 1.9.1) + builder (3.1.4) + diff-lcs (1.2.4) erubis (2.7.0) - hike (1.2.1) - i18n (0.6.1) - journey (1.0.4) - json (1.7.7) - mail (2.4.4) - i18n (>= 0.4.0) + hike (1.2.3) + i18n (0.6.4) + mail (2.5.4) mime-types (~> 1.16) treetop (~> 1.4.8) - mime-types (1.21) - mongo (1.8.2) - bson (~> 1.8.2) - mongo_mapper (0.9.2) - activemodel (~> 3.0) - activesupport (~> 3.0) - plucky (~> 0.3.8) - multi_json (1.6.0) - plucky (0.3.8) - mongo (~> 1.3) + mime-types (1.23) + minitest (4.7.5) + mongo (1.9.1) + bson (~> 1.9.1) + multi_json (1.7.7) + plucky (0.6.5) + mongo (~> 1.5) polyglot (0.3.3) - rack (1.4.5) - rack-cache (1.2) - rack (>= 0.4) - rack-ssl (1.3.3) - rack + rack (1.5.2) rack-test (0.6.2) rack (>= 1.0) - rails (3.2.12) - actionmailer (= 3.2.12) - actionpack (= 3.2.12) - activerecord (= 3.2.12) - activeresource (= 3.2.12) - activesupport (= 3.2.12) - bundler (~> 1.0) - railties (= 3.2.12) - railties (3.2.12) - actionpack (= 3.2.12) - activesupport (= 3.2.12) - rack-ssl (~> 1.3.2) + rails (4.0.0) + actionmailer (= 4.0.0) + actionpack (= 4.0.0) + activerecord (= 4.0.0) + activesupport (= 4.0.0) + bundler (>= 1.3.0, < 2.0) + railties (= 4.0.0) + sprockets-rails (~> 2.0.0) + railties (4.0.0) + actionpack (= 4.0.0) + activesupport (= 4.0.0) rake (>= 0.8.7) - rdoc (~> 3.4) - thor (>= 0.14.6, < 2.0) - rake (10.0.3) - rdoc (3.12.1) - json (~> 1.4) - rspec-core (2.12.2) - rspec-expectations (2.12.1) - diff-lcs (~> 1.1.3) - rspec-mocks (2.12.2) - rspec-rails (2.12.2) + thor (>= 0.18.1, < 2.0) + rake (10.1.0) + rspec-core (2.14.4) + rspec-expectations (2.14.0) + diff-lcs (>= 1.1.3, < 2.0) + rspec-mocks (2.14.2) + rspec-rails (2.14.0) actionpack (>= 3.0) activesupport (>= 3.0) railties (>= 3.0) - rspec-core (~> 2.12.0) - rspec-expectations (~> 2.12.0) - rspec-mocks (~> 2.12.0) - sprockets (2.2.2) + rspec-core (~> 2.14.0) + rspec-expectations (~> 2.14.0) + rspec-mocks (~> 2.14.0) + sprockets (2.10.0) hike (~> 1.2) multi_json (~> 1.0) rack (~> 1.0) tilt (~> 1.1, != 1.3.0) + sprockets-rails (2.0.0) + actionpack (>= 3.0) + activesupport (>= 3.0) + sprockets (~> 2.8) sqlite3 (1.3.7) sqlite3-ruby (1.3.3) sqlite3 (>= 1.3.3) - thor (0.17.0) - tilt (1.3.3) - treetop (1.4.12) + thor (0.18.1) + thread_safe (0.1.2) + atomic + tilt (1.4.1) + treetop (1.4.14) polyglot polyglot (>= 0.3.1) - tzinfo (0.3.35) + tzinfo (0.3.37) PLATFORMS ruby DEPENDENCIES bson_ext - mongo_mapper (~> 0.9.1) - rails - rspec-rails (~> 2.5) + mongo_mapper! + rails (>= 4.0.0) + rspec-rails simple_auth! sqlite3-ruby