From e7c4aea294081ea37ccbf9985bb4832e3601b5fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 18:55:45 +0000 Subject: [PATCH] Bump activesupport from 3.0.3 to 7.0.4.1 Bumps [activesupport](https://github.com/rails/rails) from 3.0.3 to 7.0.4.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4.1/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v3.0.3...v7.0.4.1) --- updated-dependencies: - dependency-name: activesupport dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 39 +++++++++++++++++++++------------------ 1 file changed, 21 insertions(+), 18 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4ad80f3..5069d2c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,26 +1,28 @@ GEM - remote: http://rubygems.org/ remote: http://rubygems.org/ specs: - activemodel (3.0.3) - activesupport (= 3.0.3) - builder (~> 2.1.2) - i18n (~> 0.4) - activesupport (3.0.3) + activemodel (7.0.4.1) + activesupport (= 7.0.4.1) + activesupport (7.0.4.1) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) awesome_print (0.3.1) - bson (1.1.5) + bson (4.15.0) bson_ext (1.1.5) - builder (2.1.2) + concurrent-ruby (1.1.10) diff-lcs (1.1.2) - i18n (0.5.0) - mongo (1.1.5) - bson (>= 1.1.5) + i18n (1.12.0) + concurrent-ruby (~> 1.0) + minitest (5.17.0) + mongo (2.18.2) + bson (>= 4.14.1, < 5.0.0) mongo_ext (0.19.3) - mongoid (2.0.0.rc.5) - activemodel (~> 3.0) - mongo (~> 1.1.5) - tzinfo (~> 0.3.22) - will_paginate (~> 3.0.pre) + mongoid (8.0.3) + activemodel (>= 5.1, < 7.1, != 7.0.0) + mongo (>= 2.18.0, < 3.0.0) + ruby2_keywords (~> 0.0.5) rack (1.2.1) rack-test (0.5.7) rack (>= 1.0) @@ -32,6 +34,7 @@ GEM rspec-expectations (2.4.0) diff-lcs (~> 1.1.2) rspec-mocks (2.4.0) + ruby2_keywords (0.0.5) sinatra (1.1.2) rack (~> 1.1) tilt (~> 1.2) @@ -40,8 +43,8 @@ GEM mongoid sinatra tilt (1.2.2) - tzinfo (0.3.24) - will_paginate (3.0.pre2) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) yajl-ruby (0.7.9) PLATFORMS