diff --git a/Gemfile.lock b/Gemfile.lock index b7b9630..d796e1a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -38,7 +38,7 @@ GEM tzinfo (~> 1.1) arel (6.0.2) bson (3.1.2) - builder (3.2.2) + builder (3.2.3) carrierwave (0.10.0) activemodel (>= 3.2.0) activesupport (>= 3.2.0) @@ -49,6 +49,8 @@ GEM mongoid (>= 3.0, < 5.0) mongoid-grid_fs (>= 1.3, < 3.0) coderay (1.1.0) + concurrent-ruby (1.1.5) + crass (1.0.4) decent_exposure (2.3.2) diff-lcs (1.2.5) erubis (2.7.0) @@ -71,12 +73,14 @@ GEM guard (~> 2.1) guard-compat (~> 1.1) rspec (>= 2.99.0, < 4.0) - i18n (0.7.0) - json (1.8.3) + i18n (0.9.5) + concurrent-ruby (~> 1.0) + json (1.8.6) listen (3.0.2) rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9) - loofah (2.0.2) + loofah (2.3.0) + crass (~> 1.0.2) nokogiri (>= 1.5.9) lumberjack (1.0.9) mail (2.6.3) @@ -84,8 +88,8 @@ GEM method_source (0.8.2) mime-types (2.6.1) mimetype-fu (0.1.2) - mini_portile (0.6.2) - minitest (5.7.0) + mini_portile2 (2.4.0) + minitest (5.12.2) mongo (2.1.0.beta) bson (~> 3.0) mongoid (5.0.0.beta) @@ -97,8 +101,8 @@ GEM mime-types (>= 1.0, < 3.0) mongoid (>= 3.0, < 5.0) nenv (0.2.0) - nokogiri (1.6.6.2) - mini_portile (~> 0.6.0) + nokogiri (1.10.4) + mini_portile2 (~> 2.4.0) notiffany (0.0.6) nenv (~> 0.1) shellany (~> 0.0) @@ -107,7 +111,7 @@ GEM coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) - rack (1.6.4) + rack (1.6.11) rack-test (0.6.3) rack (>= 1.0) rails (4.2.3) @@ -123,12 +127,12 @@ GEM sprockets-rails rails-deprecated_sanitizer (1.0.3) activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.6) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6.0) + rails-dom-testing (1.0.9) + activesupport (>= 4.2.0, < 5.0) + nokogiri (~> 1.6) rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.2) - loofah (~> 2.0) + rails-html-sanitizer (1.3.0) + loofah (~> 2.3) railties (4.2.3) actionpack (= 4.2.3) activesupport (= 4.2.3) @@ -163,15 +167,16 @@ GEM rspec-support (3.3.0) shellany (0.0.1) slop (3.6.0) - sprockets (3.2.0) - rack (~> 1.0) - sprockets-rails (2.3.2) - actionpack (>= 3.0) - activesupport (>= 3.0) - sprockets (>= 2.8, < 4.0) + sprockets (4.0.0) + concurrent-ruby (~> 1.0) + rack (> 1, < 3) + sprockets-rails (3.2.1) + actionpack (>= 4.0) + activesupport (>= 4.0) + sprockets (>= 3.0.0) thor (0.19.1) - thread_safe (0.3.5) - tzinfo (1.2.2) + thread_safe (0.3.6) + tzinfo (1.2.5) thread_safe (~> 0.1) PLATFORMS