From 5c00d4b92c391aa5544707966933f1f86b413a40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 28 Mar 2019 07:45:14 +0000 Subject: [PATCH] Update activesupport requirement from 4.1.6 to 5.2.3 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/v5.2.3/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v4.1.6...v5.2.3) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 19de178..71a5c2c 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'activesupport', '4.1.6' +gem 'activesupport', '5.2.3' group :development, :test do gemspec name: 'meter'