Skip to content

Commit

Permalink
Upgrade has_scope
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bagedevimo committed Jan 6, 2024
1 parent 9bedc8e commit fa38013
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit fa38013

Please sign in to comment.