From f8f4dcb63b91a065b8484559770e92cd313d6c66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2020 06:29:25 +0000 Subject: [PATCH] Bump activejob from 4.2.7.1 to 5.1.7 Bumps [activejob](https://github.com/rails/rails) from 4.2.7.1 to 5.1.7. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.0.2.2/activejob/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v4.2.7.1...v5.1.7) Signed-off-by: dependabot[bot] --- Gemfile.lock | 179 +++++++++++++++++++++++++++------------------------ 1 file changed, 96 insertions(+), 83 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4a98cdc..c95ec58 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,44 +10,50 @@ PATH GEM remote: https://rubygems.org/ specs: - actionmailer (4.2.7.1) - actionpack (= 4.2.7.1) - actionview (= 4.2.7.1) - activejob (= 4.2.7.1) + actioncable (5.1.7) + actionpack (= 5.1.7) + nio4r (~> 2.0) + websocket-driver (~> 0.6.1) + actionmailer (5.1.7) + actionpack (= 5.1.7) + actionview (= 5.1.7) + activejob (= 5.1.7) mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7.1) - actionview (= 4.2.7.1) - activesupport (= 4.2.7.1) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) + rails-dom-testing (~> 2.0) + actionpack (5.1.7) + actionview (= 5.1.7) + activesupport (= 5.1.7) + rack (~> 2.0) + rack-test (>= 0.6.3) + rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7.1) - activesupport (= 4.2.7.1) + actionview (5.1.7) + activesupport (= 5.1.7) builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7.1) - activesupport (= 4.2.7.1) - globalid (>= 0.3.0) - activemodel (4.2.7.1) - activesupport (= 4.2.7.1) + erubi (~> 1.4) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.0.3) + activejob (5.1.7) + activesupport (= 5.1.7) + globalid (>= 0.3.6) + activemodel (5.1.7) + activesupport (= 5.1.7) + activemodel-serializers-xml (1.0.2) + activemodel (> 5.x) + activesupport (> 5.x) builder (~> 3.1) - activerecord (4.2.7.1) - activemodel (= 4.2.7.1) - activesupport (= 4.2.7.1) - arel (~> 6.0) - activeresource (4.1.0) - activemodel (~> 4.0) - activesupport (~> 4.0) - rails-observers (~> 0.1.2) - activesupport (4.2.7.1) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) + activerecord (5.1.7) + activemodel (= 5.1.7) + activesupport (= 5.1.7) + arel (~> 8.0) + activeresource (5.1.0) + activemodel (>= 5.0, < 7) + activemodel-serializers-xml (~> 1.0) + activesupport (>= 5.0, < 7) + activesupport (5.1.7) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 0.7, < 2) minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) addressable (2.5.0) public_suffix (~> 2.0, >= 2.0.2) @@ -55,12 +61,12 @@ GEM bundler rake thor (>= 0.14.0) - arel (6.0.4) - awesome_nested_set (3.1.3) - activerecord (>= 4.0.0, < 5.2) + arel (8.0.0) + awesome_nested_set (3.1.4) + activerecord (>= 4.0.0, < 5.3) binding_of_caller (0.7.2) debug_inspector (>= 0.0.1) - builder (3.2.2) + builder (3.2.4) byebug (9.0.6) capybara (2.10.1) addressable @@ -79,12 +85,13 @@ GEM mime-types (>= 1.16) mimemagic (>= 0.3.0) coderay (1.1.1) - concurrent-ruby (1.1.4) + concurrent-ruby (1.1.6) + crass (1.0.6) database_cleaner (1.5.3) debug_inspector (0.0.2) diff-lcs (1.2.5) docile (1.1.5) - erubis (2.7.0) + erubi (1.9.0) factory_girl (4.7.0) activesupport (>= 3.0.0) faker (1.6.6) @@ -92,16 +99,19 @@ GEM generator_spec (0.9.3) activesupport (>= 3.0.0) railties (>= 3.0.0) - globalid (0.4.1) + globalid (0.4.2) activesupport (>= 4.2.0) - globalize (5.0.1) - activemodel (>= 4.2.0, < 4.3) - activerecord (>= 4.2.0, < 4.3) - i18n (0.7.0) - json (1.8.3) + globalize (5.1.0) + activemodel (>= 4.2, < 5.2) + activerecord (>= 4.2, < 5.2) + request_store (~> 1.0) + i18n (0.9.5) + concurrent-ruby (~> 1.0) + json (2.3.0) launchy (2.4.3) addressable (~> 2.3) - loofah (2.0.3) + loofah (2.5.0) + crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) mini_mime (>= 0.1.1) @@ -110,11 +120,12 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2016.0521) mimemagic (0.3.2) - mini_mime (1.0.1) - mini_portile2 (2.1.0) - minitest (5.9.1) - nokogiri (1.6.8.1) - mini_portile2 (~> 2.1.0) + mini_mime (1.0.2) + mini_portile2 (2.4.0) + minitest (5.14.0) + nio4r (2.5.2) + nokogiri (1.10.9) + mini_portile2 (~> 2.4.0) pry (0.10.4) coderay (~> 1.1.0) method_source (~> 0.8.1) @@ -133,36 +144,35 @@ GEM binding_of_caller (>= 0.7) pry (>= 0.9.11) public_suffix (2.0.4) - rack (1.6.5) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7.1) - actionmailer (= 4.2.7.1) - actionpack (= 4.2.7.1) - actionview (= 4.2.7.1) - activejob (= 4.2.7.1) - activemodel (= 4.2.7.1) - activerecord (= 4.2.7.1) - activesupport (= 4.2.7.1) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7.1) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.7) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6.0) - rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - rails-observers (0.1.5) - activemodel (>= 4.0) - railties (4.2.7.1) - actionpack (= 4.2.7.1) - activesupport (= 4.2.7.1) + rack (2.2.2) + rack-test (1.1.0) + rack (>= 1.0, < 3) + rails (5.1.7) + actioncable (= 5.1.7) + actionmailer (= 5.1.7) + actionpack (= 5.1.7) + actionview (= 5.1.7) + activejob (= 5.1.7) + activemodel (= 5.1.7) + activerecord (= 5.1.7) + activesupport (= 5.1.7) + bundler (>= 1.3.0) + railties (= 5.1.7) + sprockets-rails (>= 2.0.0) + rails-dom-testing (2.0.3) + activesupport (>= 4.2.0) + nokogiri (>= 1.6) + rails-html-sanitizer (1.3.0) + loofah (~> 2.3) + railties (5.1.7) + actionpack (= 5.1.7) + activesupport (= 5.1.7) + method_source rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) - rake (12.0.0) + rake (13.0.1) + request_store (1.5.0) + rack (>= 1.4) rspec-core (3.5.4) rspec-support (~> 3.5.0) rspec-expectations (3.5.0) @@ -189,7 +199,7 @@ GEM json simplecov slop (3.6.0) - sprockets (3.7.2) + sprockets (4.0.0) concurrent-ruby (~> 1.0) rack (> 1, < 3) sprockets-rails (3.2.1) @@ -197,10 +207,13 @@ GEM activesupport (>= 4.0) sprockets (>= 3.0.0) sqlite3 (1.3.12) - thor (0.19.4) - thread_safe (0.3.5) - tzinfo (1.2.2) + thor (1.0.1) + thread_safe (0.3.6) + tzinfo (1.2.7) thread_safe (~> 0.1) + websocket-driver (0.6.5) + websocket-extensions (>= 0.1.0) + websocket-extensions (0.1.4) xpath (2.0.0) nokogiri (~> 1.3)