From 67270027f3d5d492932dd9a832338cdf0beff713 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 20:26:01 +0000 Subject: [PATCH] Bump mail from 2.5.4 to 2.7.1 in /example Bumps [mail](https://github.com/mikel/mail) from 2.5.4 to 2.7.1. - [Release notes](https://github.com/mikel/mail/releases) - [Changelog](https://github.com/mikel/mail/blob/2.7.1/CHANGELOG.rdoc) - [Commits](https://github.com/mikel/mail/compare/2.5.4...2.7.1) --- updated-dependencies: - dependency-name: mail dependency-type: indirect ... Signed-off-by: dependabot[bot] --- example/Gemfile.lock | 85 ++++++++++++++++++++++++-------------------- 1 file changed, 46 insertions(+), 39 deletions(-) diff --git a/example/Gemfile.lock b/example/Gemfile.lock index 51cb86f..3e859a4 100644 --- a/example/Gemfile.lock +++ b/example/Gemfile.lock @@ -1,55 +1,62 @@ PATH - remote: ../ + remote: .. specs: - forklift (1.0.3) - activesupport - elasticsearch - lumberjack - mysql2 - pony + forklift_etl (1.0.3) + activesupport (~> 4.0, >= 4.0.0) + elasticsearch (~> 1.0, >= 1.0.0) + lumberjack (~> 1.0, >= 1.0.0) + mysql2 (~> 0.0, >= 0.0.1) + pony (~> 1.0, >= 1.0.0) GEM remote: https://rubygems.org/ specs: - activesupport (4.0.3) - i18n (~> 0.6, >= 0.6.4) - minitest (~> 4.2) - multi_json (~> 1.3) - thread_safe (~> 0.1) - tzinfo (~> 0.3.37) - atomic (1.1.15) - elasticsearch (1.0.1) - elasticsearch-api (= 1.0.1) - elasticsearch-transport (= 1.0.1) - elasticsearch-api (1.0.1) + activesupport (4.2.11.3) + i18n (~> 0.7) + minitest (~> 5.1) + thread_safe (~> 0.3, >= 0.3.4) + tzinfo (~> 1.1) + concurrent-ruby (1.1.9) + elasticsearch (1.1.3) + elasticsearch-api (= 1.1.3) + elasticsearch-transport (= 1.1.3) + elasticsearch-api (1.1.3) multi_json - elasticsearch-transport (1.0.1) + elasticsearch-transport (1.1.3) faraday multi_json - faraday (0.9.0) + faraday (1.4.2) + faraday-em_http (~> 1.0) + faraday-em_synchrony (~> 1.0) + faraday-excon (~> 1.1) + faraday-net_http (~> 1.0) + faraday-net_http_persistent (~> 1.1) multipart-post (>= 1.2, < 3) - i18n (0.6.9) - lumberjack (1.0.5) - mail (2.5.4) - mime-types (~> 1.16) - treetop (~> 1.4.8) - mime-types (1.25.1) - minitest (4.7.5) - multi_json (1.9.2) - multipart-post (2.0.0) - mysql2 (0.3.15) - polyglot (0.3.4) - pony (1.8) + ruby2_keywords (>= 0.0.4) + faraday-em_http (1.0.0) + faraday-em_synchrony (1.0.0) + faraday-excon (1.1.0) + faraday-net_http (1.0.1) + faraday-net_http_persistent (1.1.0) + i18n (0.9.5) + concurrent-ruby (~> 1.0) + lumberjack (1.2.8) + mail (2.7.1) + mini_mime (>= 0.1.1) + mini_mime (1.1.0) + minitest (5.14.4) + multi_json (1.15.0) + multipart-post (2.1.1) + mysql2 (0.5.3) + pony (1.13.1) mail (>= 2.0) - thread_safe (0.2.0) - atomic (>= 1.1.7, < 2) - treetop (1.4.15) - polyglot - polyglot (>= 0.3.1) - tzinfo (0.3.39) + ruby2_keywords (0.0.4) + thread_safe (0.3.6) + tzinfo (1.2.9) + thread_safe (~> 0.1) PLATFORMS ruby DEPENDENCIES - forklift! + forklift_etl!