From 75749b2f85831f88151b162356983cb9b249227d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Apr 2022 13:17:59 +0000 Subject: Update activesupport requirement from < 6 to < 7 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/v7.0.2.4/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v0.9.1...v6.1.5.1) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 Gemfile diff --git a/Gemfile b/Gemfile old mode 100755 new mode 100644 index 2a4a911..d6c4da3 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source "https://rubygems.org" gemspec group :test do - gem "activesupport", "< 6" # this dep can be removed when we drop Ruby 2.4 support + gem "activesupport", "< 7" # this dep can be removed when we drop Ruby 2.4 support gem "chefstyle" gem "cucumber", "< 5" # remove the version pin when we drop Ruby 2.4 support gem "rake" -- cgit v1.2.1