Skip to content

Commit

Permalink
Bump fakeredis from 0.8.0 to 0.9.2 (#12829)
Browse files Browse the repository at this point in the history
Bumps [fakeredis](https://github.com/guilleiguaran/fakeredis) from 0.8.0 to 0.9.2.
- [Commits](guilleiguaran/fakeredis@v0.8.0...v0.9.2)

---
updated-dependencies:
- dependency-name: fakeredis
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ryan McNeil <ryan.mcneil@oddball.io>
  • Loading branch information
dependabot[bot] and ryan-mcneil authored Jun 1, 2023
1 parent 06d8fbf commit f67ff7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -400,8 +400,8 @@ GEM
railties (>= 5.0.0)
faker (3.1.1)
i18n (>= 1.8.11, < 2)
fakeredis (0.8.0)
redis (~> 4.1)
fakeredis (0.9.2)
redis (~> 4.8)
faraday (0.17.6)
multipart-post (>= 1.2, < 3)
faraday-http-cache (2.2.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/common/models/redis_store.rb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def self.pop(redis_key = nil)
end

def self.exists?(redis_key = nil)
redis_namespace.exists(redis_key)
redis_namespace.exists?(redis_key)
end

def self.create(attributes)
Expand Down

0 comments on commit f67ff7b

Please sign in to comment.