diff --git a/Gemfile.lock b/Gemfile.lock index 1ab0657..8a072cd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -85,7 +85,7 @@ GEM execjs coffee-script-source (1.12.2) concurrent-ruby (1.1.5) - connection_pool (2.2.2) + connection_pool (2.2.5) crass (1.0.4) devise (4.6.2) bcrypt (~> 3.0) @@ -142,7 +142,9 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (0.9.2) - mimemagic (0.3.3) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.1) mini_portile2 (2.4.0) minitest (5.11.3) @@ -159,9 +161,7 @@ GEM popper_js (1.14.5) public_suffix (3.1.0) puma (3.12.1) - rack (2.0.7) - rack-protection (2.0.5) - rack + rack (2.2.3) rack-test (1.1.0) rack (>= 1.0, < 3) rails (5.2.3) @@ -192,7 +192,7 @@ GEM rb-fsevent (0.10.3) rb-inotify (0.10.0) ffi (~> 1.0) - redis (4.1.2) + redis (4.5.1) regexp_parser (1.5.1) responders (2.4.1) actionpack (>= 4.2.0, < 6.0) @@ -225,11 +225,10 @@ GEM childprocess (>= 0.5, < 2.0) rubyzip (~> 1.2, >= 1.2.2) sexp_processor (4.12.0) - sidekiq (5.2.7) - connection_pool (~> 2.2, >= 2.2.2) - rack (>= 1.5.0) - rack-protection (>= 1.5.0) - redis (>= 3.3.5, < 5) + sidekiq (6.4.0) + connection_pool (>= 2.2.2) + rack (~> 2.0) + redis (>= 4.2.0) spring (2.0.2) activesupport (>= 4.2) spring-watcher-listen (2.0.1)