Skip to content

Commit e46fef7

Browse files
Bump has_scope from 0.8.2 to 0.9.0
Bumps [has_scope](https://github.com/heartcombo/has_scope) from 0.8.2 to 0.9.0. - [Release notes](https://github.com/heartcombo/has_scope/releases) - [Changelog](https://github.com/heartcombo/has_scope/blob/main/CHANGELOG.md) - [Commits](heartcombo/has_scope@v0.8.2...v0.9.0) --- updated-dependencies: - dependency-name: has_scope dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ffbcdfc commit e46fef7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ gem "aasm", "~> 5.5"
7171

7272
gem "devise", "~> 4.9"
7373
gem "friendly_id", "~> 5.5"
74-
gem "has_scope", "~> 0.8.2"
74+
gem "has_scope", "~> 0.9.0"
7575
gem "hiredis", "~> 0.6.3"
7676
gem "inherited_resources", "~> 2.1"
7777
gem "kaminari", "~> 1.2"

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,9 @@ GEM
215215
google-protobuf (4.32.1-x86_64-linux-musl)
216216
bigdecimal
217217
rake (>= 13)
218-
has_scope (0.8.2)
219-
actionpack (>= 5.2)
220-
activesupport (>= 5.2)
218+
has_scope (0.9.0)
219+
actionpack (>= 7.0)
220+
activesupport (>= 7.0)
221221
hiredis (0.6.3)
222222
http-2 (1.1.1)
223223
httparty (0.23.1)
@@ -527,7 +527,7 @@ DEPENDENCIES
527527
devise (~> 4.9)
528528
ed25519 (>= 1.2, < 2.0)
529529
friendly_id (~> 5.5)
530-
has_scope (~> 0.8.2)
530+
has_scope (~> 0.9.0)
531531
hiredis (~> 0.6.3)
532532
httpx (~> 1.6)
533533
importmap-rails

0 commit comments

Comments
 (0)