From 295fad2d089720299ce604a72ec20a940703c90d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Oct 2022 23:17:15 +0000 Subject: [PATCH] Bump actionpack from 3.2.3 to 3.2.22.5 Bumps [actionpack](https://github.com/rails/rails) from 3.2.3 to 3.2.22.5. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4/actionpack/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v3.2.3...v3.2.22.5) --- updated-dependencies: - dependency-name: actionpack dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 106 ++++++++++++++++++++++++++------------------------- 1 file changed, 54 insertions(+), 52 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 47894c2..24a3a71 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,37 +7,37 @@ PATH GEM remote: http://rubygems.org/ specs: - actionmailer (3.2.3) - actionpack (= 3.2.3) - mail (~> 2.4.4) - actionpack (3.2.3) - activemodel (= 3.2.3) - activesupport (= 3.2.3) + actionmailer (3.2.22.5) + actionpack (= 3.2.22.5) + mail (~> 2.5.4) + actionpack (3.2.22.5) + activemodel (= 3.2.22.5) + activesupport (= 3.2.22.5) builder (~> 3.0.0) erubis (~> 2.7.0) - journey (~> 1.0.1) - rack (~> 1.4.0) + journey (~> 1.0.4) + rack (~> 1.4.5) rack-cache (~> 1.2) rack-test (~> 0.6.1) - sprockets (~> 2.1.2) - activemodel (3.2.3) - activesupport (= 3.2.3) + sprockets (~> 2.2.1) + activemodel (3.2.22.5) + activesupport (= 3.2.22.5) builder (~> 3.0.0) - activerecord (3.2.3) - activemodel (= 3.2.3) - activesupport (= 3.2.3) + activerecord (3.2.22.5) + activemodel (= 3.2.22.5) + activesupport (= 3.2.22.5) arel (~> 3.0.2) tzinfo (~> 0.3.29) - activeresource (3.2.3) - activemodel (= 3.2.3) - activesupport (= 3.2.3) - activesupport (3.2.3) - i18n (~> 0.6) + activeresource (3.2.22.5) + activemodel (= 3.2.22.5) + activesupport (= 3.2.22.5) + activesupport (3.2.22.5) + i18n (~> 0.6, >= 0.6.4) multi_json (~> 1.0) addressable (2.2.8) ansi (1.4.2) - arel (3.0.2) - builder (3.0.0) + arel (3.0.3) + builder (3.0.4) capybara (1.1.2) mime-types (>= 1.16) nokogiri (>= 1.3.3) @@ -48,6 +48,7 @@ GEM childprocess (0.3.2) ffi (~> 1.0.6) coderay (1.0.6) + concurrent-ruby (1.1.10) erubis (2.7.0) faraday (0.8.0) multipart-post (~> 1.1) @@ -56,23 +57,23 @@ GEM ffi (1.0.11) gemcutter (0.7.1) hashie (1.2.0) - hike (1.2.1) - i18n (0.6.0) - journey (1.0.3) + hike (1.2.3) + i18n (0.9.5) + concurrent-ruby (~> 1.0) + journey (1.0.4) jquery-rails (2.0.2) railties (>= 3.2.0, < 5.0) thor (~> 0.14) - json (1.7.3) + json (1.8.6) libwebsocket (0.1.3) addressable - mail (2.4.4) - i18n (>= 0.4.0) + mail (2.5.5) mime-types (~> 1.16) treetop (~> 1.4.8) method_source (0.7.1) - mime-types (1.18) + mime-types (1.25.1) minitest (3.0.0) - multi_json (1.3.5) + multi_json (1.15.0) multipart-post (1.1.5) nokogiri (1.5.2) octokit (1.2.1) @@ -81,35 +82,35 @@ GEM faraday_middleware (~> 0.8) hashie (~> 1.2) multi_json (~> 1.3) - polyglot (0.3.3) + polyglot (0.3.5) pry (0.9.9.6) coderay (~> 1.0.5) method_source (~> 0.7.1) slop (>= 2.4.4, < 3) - rack (1.4.1) - rack-cache (1.2) + rack (1.4.7) + rack-cache (1.13.0) rack (>= 0.4) - rack-ssl (1.3.2) + rack-ssl (1.3.4) rack - rack-test (0.6.1) + rack-test (0.6.3) rack (>= 1.0) - rails (3.2.3) - actionmailer (= 3.2.3) - actionpack (= 3.2.3) - activerecord (= 3.2.3) - activeresource (= 3.2.3) - activesupport (= 3.2.3) + rails (3.2.22.5) + actionmailer (= 3.2.22.5) + actionpack (= 3.2.22.5) + activerecord (= 3.2.22.5) + activeresource (= 3.2.22.5) + activesupport (= 3.2.22.5) bundler (~> 1.0) - railties (= 3.2.3) - railties (3.2.3) - actionpack (= 3.2.3) - activesupport (= 3.2.3) + railties (= 3.2.22.5) + railties (3.2.22.5) + actionpack (= 3.2.22.5) + activesupport (= 3.2.22.5) rack-ssl (~> 1.3.2) rake (>= 0.8.7) rdoc (~> 3.4) - thor (~> 0.14.6) - rake (0.9.2.2) - rdoc (3.12) + thor (>= 0.14.6, < 2.0) + rake (13.0.6) + rdoc (3.12.2) json (~> 1.4) rubyzip (0.9.8) selenium-webdriver (2.21.2) @@ -119,19 +120,20 @@ GEM multi_json (~> 1.0) rubyzip slop (2.4.4) - sprockets (2.1.3) + sprockets (2.2.3) hike (~> 1.2) + multi_json (~> 1.0) rack (~> 1.0) tilt (~> 1.1, != 1.3.0) sqlite3 (1.3.6) - thor (0.14.6) - tilt (1.3.3) - treetop (1.4.14) + thor (0.20.3) + tilt (1.4.1) + treetop (1.4.15) polyglot polyglot (>= 0.3.1) turn (0.9.5) ansi - tzinfo (0.3.37) + tzinfo (0.3.61) xpath (0.1.4) nokogiri (~> 1.3)