Skip to content

Commit 4b4d59e

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 7df1cfb commit 4b4d59e

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
@@ -72,7 +72,7 @@ gem "aasm", "~> 5.5"
7272
# gem "devise", "~> 4.9"
7373
gem "devise", github: "heartcombo/devise", branch: "main"
7474
gem "friendly_id", "~> 5.5"
75-
gem "has_scope", "~> 0.8.2"
75+
gem "has_scope", "~> 0.9.0"
7676
gem "hiredis", "~> 0.6.3"
7777
gem "inherited_resources", "~> 2.1"
7878
gem "kaminari", "~> 1.2"

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,9 @@ GEM
220220
google-protobuf (4.32.1-x86_64-linux-musl)
221221
bigdecimal
222222
rake (>= 13)
223-
has_scope (0.8.2)
224-
actionpack (>= 5.2)
225-
activesupport (>= 5.2)
223+
has_scope (0.9.0)
224+
actionpack (>= 7.0)
225+
activesupport (>= 7.0)
226226
hiredis (0.6.3)
227227
http-2 (1.1.1)
228228
httparty (0.23.2)
@@ -533,7 +533,7 @@ DEPENDENCIES
533533
devise!
534534
ed25519 (>= 1.2, < 2.0)
535535
friendly_id (~> 5.5)
536-
has_scope (~> 0.8.2)
536+
has_scope (~> 0.9.0)
537537
hiredis (~> 0.6.3)
538538
httpx (~> 1.6)
539539
importmap-rails

0 commit comments

Comments
 (0)