From bd1c9843aeb2044a87f6392776d1389d195e4aa4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 25 Jun 2021 06:09:03 +0000 Subject: [PATCH] Bump activesupport from 6.1.3.2 to 6.1.4 Bumps [activesupport](https://github.com/rails/rails) from 6.1.3.2 to 6.1.4. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.1.4/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.1.3.2...v6.1.4) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 4b7e6ec..97829ca 100644 --- a/Gemfile +++ b/Gemfile @@ -4,6 +4,6 @@ source 'https://rubygems.org' git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } -gem 'activesupport', '~> 6.1.3' +gem 'activesupport', '~> 6.1.4' gem 'rubyntlm', '~> 0.6.3' gem "httpi", '~> 2.4' diff --git a/Gemfile.lock b/Gemfile.lock index 9992a8c..e23ceb5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,13 +1,13 @@ GEM remote: https://rubygems.org/ specs: - activesupport (6.1.3.2) + activesupport (6.1.4) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) zeitwerk (~> 2.3) - concurrent-ruby (1.1.8) + concurrent-ruby (1.1.9) httpi (2.4.5) rack socksify @@ -26,7 +26,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - activesupport (~> 6.1.3) + activesupport (~> 6.1.4) httpi (~> 2.4) rubyntlm (~> 0.6.3)