From fa3801382ba145efa2b2f0c4c7477e256cdf92e9 Mon Sep 17 00:00:00 2001 From: Ben Anderson Date: Sat, 6 Jan 2024 11:06:39 +1300 Subject: [PATCH] Upgrade has_scope The previous version of has_scope doesn't support Rails 5. Support for Rails 5 was introduced in version 7.0, but we may as well as go all the way to 0.7.2 which is the last version that supports Rails < 5.2. https://github.com/heartcombo/has_scope/blob/main/CHANGELOG.md#072 --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d1e7f8c1..035688a1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -159,9 +159,9 @@ GEM thor (~> 0.19.1) globalid (0.4.2) activesupport (>= 4.2.0) - has_scope (0.6.0) - actionpack (>= 3.2, < 5) - activesupport (>= 3.2, < 5) + has_scope (0.7.2) + actionpack (>= 4.1) + activesupport (>= 4.1) hashery (2.1.2) hashie (3.5.7) hitimes (1.3.1)