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 5, 2024
1 parent b084e51 commit a6e8039
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 @@ -160,9 +160,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 a6e8039

Please sign in to comment.