From bfd9587468c9f6500c3cbe6a3fcc087d0a1e4b85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2020 01:43:43 +0000 Subject: [PATCH] Update activesupport requirement from >= 3.0.0, < 4.1 to >= 3.0.0, < 6.1 Updates the requirements on [activesupport](https://github.com/rails/rails) to permit the latest version. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.0.3.3/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v3.2.17...v6.0.3.3) Signed-off-by: dependabot[bot] --- Gemfile.lock | 52 ++++++++++++++++++++++++--------------------- mailcatcher.gemspec | 2 +- 2 files changed, 29 insertions(+), 25 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 14199ba2..e7749c45 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: . specs: mailcatcher (0.6.0) - activesupport (>= 3.0.0, < 4.1) + activesupport (>= 3.0.0, < 6.1) eventmachine (~> 1.0.0) haml (>= 3.1, < 4.1) mail (~> 2.3) @@ -14,9 +14,12 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (3.2.17) - i18n (~> 0.6, >= 0.6.4) - multi_json (~> 1.0) + activesupport (6.0.3.3) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 0.7, < 2) + minitest (~> 5.1) + tzinfo (~> 1.1) + zeitwerk (~> 2.2, >= 2.2.2) childprocess (0.5.1) ffi (~> 1.0, >= 1.0.11) chunky_png (1.3.0) @@ -28,25 +31,25 @@ GEM chunky_png (~> 1.2) fssm (>= 0.2.7) sass (~> 3.2.17) - daemons (1.1.9) - eventmachine (1.0.3) + concurrent-ruby (1.1.7) + daemons (1.3.1) + eventmachine (1.0.9.1) execjs (2.0.2) ffi (1.9.3) fssm (0.2.10) - haml (4.0.5) + haml (4.0.7) tilt hike (1.2.3) - i18n (0.6.9) + i18n (1.8.5) + concurrent-ruby (~> 1.0) json (1.8.1) - mail (2.5.4) - mime-types (~> 1.16) - treetop (~> 1.4.8) - mime-types (1.25.1) + mail (2.7.1) + mini_mime (>= 0.1.1) + mini_mime (1.0.2) minitest (5.3.1) - multi_json (1.9.2) - polyglot (0.3.4) + multi_json (1.15.0) rack (1.5.2) - rack-protection (1.5.2) + rack-protection (1.5.5) rack rake (10.1.1) rdoc (4.1.1) @@ -58,13 +61,13 @@ GEM multi_json (~> 1.0) rubyzip (~> 1.0) websocket (~> 1.0.4) - sinatra (1.4.4) - rack (~> 1.4) + sinatra (1.4.8) + rack (~> 1.5) rack-protection (~> 1.4) - tilt (~> 1.3, >= 1.3.4) - skinny (0.2.3) + tilt (>= 1.3, < 3) + skinny (0.2.4) eventmachine (~> 1.0.0) - thin (~> 1.5.0) + thin (>= 1.5, < 1.7) sprockets (2.12.0) hike (~> 1.2) multi_json (~> 1.0) @@ -75,19 +78,20 @@ GEM sprockets-sass (1.0.3) sprockets (~> 2.0) tilt (~> 1.1) - sqlite3 (1.3.9) + sqlite3 (1.4.2) thin (1.5.1) daemons (>= 1.0.9) eventmachine (>= 0.12.6) rack (>= 1.0.0) + thread_safe (0.3.6) tilt (1.4.1) - treetop (1.4.15) - polyglot - polyglot (>= 0.3.1) + tzinfo (1.2.7) + thread_safe (~> 0.1) uglifier (2.5.0) execjs (>= 0.3.0) json (>= 1.8.0) websocket (1.0.7) + zeitwerk (2.4.0) PLATFORMS ruby diff --git a/mailcatcher.gemspec b/mailcatcher.gemspec index a943e058..ae47b555 100644 --- a/mailcatcher.gemspec +++ b/mailcatcher.gemspec @@ -30,7 +30,7 @@ Gem::Specification.new do |s| s.required_ruby_version = '>= 1.8.7' - s.add_dependency "activesupport", ">= 3.0.0", "< 4.1" + s.add_dependency "activesupport", ">= 3.0.0", "< 6.1" s.add_dependency "eventmachine", "~> 1.0.0" s.add_dependency "haml", ">= 3.1", "< 4.1" s.add_dependency "mail", "~> 2.3"