From 26e3c3b8f8a7d37348d995811d363cffd175f292 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2019 14:19:15 +0000 Subject: [PATCH] Bump mail from 2.5.4 to 2.5.5 in /features/gemsets/rails3.0 Bumps [mail](https://github.com/mikel/mail) from 2.5.4 to 2.5.5. - [Release notes](https://github.com/mikel/mail/releases) - [Changelog](https://github.com/mikel/mail/blob/2.5.5/CHANGELOG.rdoc) - [Commits](https://github.com/mikel/mail/compare/2.5.4...2.5.5) Signed-off-by: dependabot[bot] --- features/gemsets/rails3.0/Gemfile.lock | 37 +++++++++++--------------- 1 file changed, 16 insertions(+), 21 deletions(-) diff --git a/features/gemsets/rails3.0/Gemfile.lock b/features/gemsets/rails3.0/Gemfile.lock index 4ebf937..3ee72f5 100644 --- a/features/gemsets/rails3.0/Gemfile.lock +++ b/features/gemsets/rails3.0/Gemfile.lock @@ -1,13 +1,7 @@ -GIT - remote: git://github.com/sporkrb/spork.git - revision: ae2022e3bf8ca3cd2e5f0bd3678f69d6eaaff165 - specs: - spork (1.0.0rc3) - PATH - remote: ../../../ + remote: ../../.. specs: - spork-rails (3.2.1) + spork-rails (4.0.0) rails (>= 3.0.0, < 5) spork (>= 1.0rc0) @@ -43,18 +37,12 @@ GEM multi_json (~> 1.0) arel (3.0.2) builder (3.0.4) - columnize (0.3.6) + columnize (0.9.0) cucumber (1.3.2) builder (>= 2.1.2) diff-lcs (>= 1.1.3) gherkin (~> 2.12.0) multi_json (~> 1.3) - debugger (1.6.0) - columnize (>= 0.3.1) - debugger-linecache (~> 1.2.0) - debugger-ruby_core_source (~> 1.2.1) - debugger-linecache (1.2.0) - debugger-ruby_core_source (1.2.3) diff-lcs (1.2.4) erubis (2.7.0) gherkin (2.12.0) @@ -63,12 +51,13 @@ GEM i18n (0.6.1) journey (1.0.4) json (1.8.0) - mail (2.5.4) + linecache (1.3.1) + mail (2.5.5) mime-types (~> 1.16) treetop (~> 1.4.8) - mime-types (1.23) + mime-types (1.25.1) multi_json (1.7.7) - polyglot (0.3.3) + polyglot (0.3.5) rack (1.4.5) rack-cache (1.2) rack (>= 0.4) @@ -109,6 +98,12 @@ GEM rspec-core (~> 2.13.0) rspec-expectations (~> 2.13.0) rspec-mocks (~> 2.13.0) + ruby-debug (0.10.4) + columnize (>= 0.1) + ruby-debug-base (~> 0.10.4.0) + ruby-debug-base (0.10.4) + linecache (>= 0.3) + spork (1.0.0rc4) sprockets (2.2.2) hike (~> 1.2) multi_json (~> 1.0) @@ -117,7 +112,7 @@ GEM sqlite3 (1.3.7) thor (0.18.1) tilt (1.4.1) - treetop (1.4.14) + treetop (1.4.15) polyglot polyglot (>= 0.3.1) tzinfo (0.3.37) @@ -127,10 +122,10 @@ PLATFORMS DEPENDENCIES cucumber (~> 1.3.2) - debugger rails (~> 3.0) rspec (~> 2.13.0) rspec-rails (~> 2.13.2) - spork! + ruby-debug + spork (>= 1.0rc0) spork-rails! sqlite3 (~> 1.3.4)