From 38dc4e1a3b42a2d77ce835e1f691249d23474e43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 May 2021 19:50:20 +0000 Subject: [PATCH] Update actionpack requirement from ~> 3.0.7 to >= 3.0.7, < 6.2.0 Updates the requirements on [actionpack](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.1.3.2/actionpack/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v3.0.7...v6.1.3.2) Signed-off-by: dependabot[bot] --- Gemfile.lock | 73 ++++++++++++++++++++++++++++---------------- image_bundle.gemspec | 2 +- 2 files changed, 47 insertions(+), 28 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e6f7b56..24b5244 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,37 +2,56 @@ PATH remote: . specs: image_bundle (0.0.2) - actionpack (~> 3.0.7) + actionpack (>= 3.0.7, < 6.2.0) GEM remote: http://rubygems.org/ specs: - abstract (1.0.0) - actionpack (3.0.7) - activemodel (= 3.0.7) - activesupport (= 3.0.7) - builder (~> 2.1.2) - erubis (~> 2.6.6) - i18n (~> 0.5.0) - rack (~> 1.2.1) - rack-mount (~> 0.6.14) - rack-test (~> 0.5.7) - tzinfo (~> 0.3.23) - activemodel (3.0.7) - activesupport (= 3.0.7) - builder (~> 2.1.2) - i18n (~> 0.5.0) - activesupport (3.0.7) - builder (2.1.2) - erubis (2.6.6) - abstract (>= 1.0.0) - i18n (0.5.0) - rack (1.2.3) - rack-mount (0.6.14) - rack (>= 1.0.0) - rack-test (0.5.7) - rack (>= 1.0) - tzinfo (0.3.27) + actionpack (6.1.3.2) + actionview (= 6.1.3.2) + activesupport (= 6.1.3.2) + rack (~> 2.0, >= 2.0.9) + rack-test (>= 0.6.3) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.2.0) + actionview (6.1.3.2) + activesupport (= 6.1.3.2) + builder (~> 3.1) + erubi (~> 1.4) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.1, >= 1.2.0) + activesupport (6.1.3.2) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + zeitwerk (~> 2.3) + builder (3.2.4) + concurrent-ruby (1.1.8) + crass (1.0.6) + erubi (1.10.0) + i18n (1.8.10) + concurrent-ruby (~> 1.0) + loofah (2.9.1) + crass (~> 1.0.2) + nokogiri (>= 1.5.9) + mini_portile2 (2.5.1) + minitest (5.14.4) + nokogiri (1.11.3) + mini_portile2 (~> 2.5.0) + racc (~> 1.4) + racc (1.5.2) + rack (2.2.3) + rack-test (1.1.0) + rack (>= 1.0, < 3) + rails-dom-testing (2.0.3) + activesupport (>= 4.2.0) + nokogiri (>= 1.6) + rails-html-sanitizer (1.3.0) + loofah (~> 2.3) + tzinfo (2.0.4) + concurrent-ruby (~> 1.0) + zeitwerk (2.4.2) PLATFORMS ruby diff --git a/image_bundle.gemspec b/image_bundle.gemspec index 791d050..9b2a3b4 100644 --- a/image_bundle.gemspec +++ b/image_bundle.gemspec @@ -14,7 +14,7 @@ Gem::Specification.new do |s| s.license = "LGPL-2" s.rubyforge_project = "image_bundle" - s.add_dependency "actionpack", "~> 3.0.7" + s.add_dependency "actionpack", ">= 3.0.7", "< 6.2.0" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")