From 4041358bfd5ecda0eb8e07fc499a9f660a7b2d17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 05:27:22 +0000 Subject: [PATCH] Bump activesupport from 6.0.6.1 to 6.1.7.3 Bumps [activesupport](https://github.com/rails/rails) from 6.0.6.1 to 6.1.7.3. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4.3/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.0.6.1...v6.1.7.3) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 23 +++++++++++------------ 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index c53a146..e314d34 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'activesupport', '~> 6.0.6' +gem 'activesupport', '~> 6.1.7' gem 'dotenv', '~> 2.2.0' gem 'FlightXML2RESTDriver', '~> 0.1.0' gem 'nokogiri', '~> 1.13.6' diff --git a/Gemfile.lock b/Gemfile.lock index 20e3f25..c410d54 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,14 +2,14 @@ GEM remote: https://rubygems.org/ specs: FlightXML2RESTDriver (0.1.6) - activesupport (6.0.6.1) + activesupport (6.1.7.3) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - zeitwerk (~> 2.2, >= 2.2.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + zeitwerk (~> 2.3) byebug (9.0.6) - concurrent-ruby (1.2.0) + concurrent-ruby (1.2.2) domain_name (0.5.20170404) unf (>= 0.0.5, < 1.0.0) dotenv (2.2.1) @@ -21,7 +21,7 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2016.0521) mini_portile2 (2.8.0) - minitest (5.17.0) + minitest (5.18.0) netrc (0.11.0) nokogiri (1.13.6) mini_portile2 (~> 2.8.0) @@ -32,20 +32,19 @@ GEM http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - thread_safe (0.3.6) - tzinfo (1.2.11) - thread_safe (~> 0.1) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) unf (0.1.4) unf_ext unf_ext (0.0.7.4) - zeitwerk (2.6.6) + zeitwerk (2.6.7) PLATFORMS ruby DEPENDENCIES FlightXML2RESTDriver (~> 0.1.0) - activesupport (~> 6.0.6) + activesupport (~> 6.1.7) byebug (~> 9.0.0) dotenv (~> 2.2.0) nokogiri (~> 1.13.6)