From e7449690a2fcb3aa818bd7abffe752536bbb63b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 22:57:35 +0000 Subject: [PATCH] Bump activesupport from 2.3.11 to 7.0.4.2 Bumps [activesupport](https://github.com/rails/rails) from 2.3.11 to 7.0.4.2. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4.2/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v2.3.11...v7.0.4.2) --- updated-dependencies: - dependency-name: activesupport dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 33 +++++++++++++++++++++------------ 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 18c4c48..7803004 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,8 +1,14 @@ GEM remote: http://rubygems.org/ specs: - activesupport (2.3.11) - bson (1.2.4) + activemodel (7.0.4.2) + activesupport (= 7.0.4.2) + activesupport (7.0.4.2) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + bson (4.15.0) bson_ext (1.2.4) builder (2.1.2) capybara (0.4.1.2) @@ -17,6 +23,7 @@ GEM celerity (0.8.8) childprocess (0.1.8) ffi (~> 1.0.6) + concurrent-ruby (1.2.0) cucumber (0.10.0) builder (>= 2.1.2) diff-lcs (~> 1.1.2) @@ -27,7 +34,6 @@ GEM templater (>= 1.0.0) culerity (0.2.15) diff-lcs (1.1.2) - durran-validatable (2.0.1) extlib (0.9.15) ffi (1.0.7) rake (>= 0.8.7) @@ -35,18 +41,19 @@ GEM json (~> 1.4.6) haml (3.0.25) highline (1.6.1) + i18n (1.12.0) + concurrent-ruby (~> 1.0) json (1.4.6) json_pure (1.5.1) mime-types (1.16) - mongo (1.2.4) - bson (>= 1.2.4) + minitest (5.17.0) + mongo (2.18.2) + bson (>= 4.14.1, < 5.0.0) mongo_ext (0.19.3) - mongoid (1.9.5) - activesupport (< 3.0.0) - bson (~> 1.2.1) - durran-validatable (>= 2.0.1) - mongo (~> 1.2.1) - will_paginate (< 2.9) + mongoid (8.0.3) + activemodel (>= 5.1, < 7.1, != 7.0.0) + mongo (>= 2.18.0, < 3.0.0) + ruby2_keywords (~> 0.0.5) nokogiri (1.4.4) rack (1.2.2) rack-test (0.5.7) @@ -60,6 +67,7 @@ GEM rspec-expectations (2.5.0) diff-lcs (~> 1.1.2) rspec-mocks (2.5.0) + ruby2_keywords (0.0.5) rubyzip (0.9.4) selenium-webdriver (0.1.4) childprocess (>= 0.1.7) @@ -83,7 +91,8 @@ GEM temple (0.1.8) term-ansicolor (1.0.5) tilt (1.2.2) - will_paginate (2.3.15) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) xpath (0.1.3) nokogiri (~> 1.3)