diff --git a/Gemfile.lock b/Gemfile.lock index 4ad80f3..c56277b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,26 +1,28 @@ GEM - remote: http://rubygems.org/ remote: http://rubygems.org/ specs: - activemodel (3.0.3) - activesupport (= 3.0.3) - builder (~> 2.1.2) - i18n (~> 0.4) - activesupport (3.0.3) + activemodel (7.0.3) + activesupport (= 7.0.3) + activesupport (7.0.3) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) awesome_print (0.3.1) - bson (1.1.5) + bson (4.15.0) bson_ext (1.1.5) - builder (2.1.2) + concurrent-ruby (1.1.10) diff-lcs (1.1.2) - i18n (0.5.0) - mongo (1.1.5) - bson (>= 1.1.5) + i18n (1.10.0) + concurrent-ruby (~> 1.0) + minitest (5.16.0) + mongo (2.17.1) + bson (>= 4.8.2, < 5.0.0) mongo_ext (0.19.3) - mongoid (2.0.0.rc.5) - activemodel (~> 3.0) - mongo (~> 1.1.5) - tzinfo (~> 0.3.22) - will_paginate (~> 3.0.pre) + mongoid (7.4.0) + activemodel (>= 5.1, < 7.1, != 7.0.0) + mongo (>= 2.10.5, < 3.0.0) + ruby2_keywords (~> 0.0.5) rack (1.2.1) rack-test (0.5.7) rack (>= 1.0) @@ -32,6 +34,7 @@ GEM rspec-expectations (2.4.0) diff-lcs (~> 1.1.2) rspec-mocks (2.4.0) + ruby2_keywords (0.0.5) sinatra (1.1.2) rack (~> 1.1) tilt (~> 1.2) @@ -40,8 +43,8 @@ GEM mongoid sinatra tilt (1.2.2) - tzinfo (0.3.24) - will_paginate (3.0.pre2) + tzinfo (2.0.4) + concurrent-ruby (~> 1.0) yajl-ruby (0.7.9) PLATFORMS