From 24c7c58340482cb45f6b4e5bab31091fb6d4d1ce Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 05:17:32 +0000 Subject: [PATCH] Update activesupport requirement from 4.1.6 to 6.1.3.2 Updates the requirements on [activesupport](https://github.com/rails/rails) to permit the latest version. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.1.3.2/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v4.1.6...v6.1.3.2) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 19de178..2bca5f5 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'activesupport', '4.1.6' +gem 'activesupport', '6.1.3.2' group :development, :test do gemspec name: 'meter'