Skip to content

Commit 5b2bb93

Browse files
committed
fixed warning
1 parent 2f27794 commit 5b2bb93

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/splitclient-rb/cache/adapters/redis_adapter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def inc(key, inc = 1)
160160
end
161161

162162
def pipelined
163-
@redis.pipelined do
163+
@redis.pipelined do |pipeline|
164164
yield
165165
end
166166
end

lib/splitclient-rb/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SplitIoClient
2-
VERSION = '7.3.4.pre.rc1'
2+
VERSION = '7.3.4.pre.rc2'
33
end

0 commit comments

Comments
 (0)