Skip to content

Commit 8f1cf99

Browse files
committed
Fix dependency
1 parent 0ba1f45 commit 8f1cf99

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ group :development do
189189
end
190190

191191
group :test do
192-
gem 'fakeredis', git: 'https://github.com/artygus/fakeredis/', ref: 'f68bd4f'
192+
gem 'fakeredis', git: 'https://github.com/guilleiguaran/fakeredis/', ref: 'f68bd4f'
193193
gem 'minitest', '5.14.4'
194194
gem 'rails-controller-testing'
195195
gem 'vcr', '~> 6.1.0'

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ GIT
66
linkeddata (~> 3.2.0)
77

88
GIT
9-
remote: https://github.com/artygus/fakeredis/
9+
remote: https://github.com/guilleiguaran/fakeredis/
1010
revision: f68bd4f8d2b87c6445b9166447c1752c6236d63b
1111
ref: f68bd4f
1212
specs:

0 commit comments

Comments
 (0)