Skip to content

Commit

Permalink
remove random version check
Browse files Browse the repository at this point in the history
  • Loading branch information
bdarcet committed Oct 21, 2022
1 parent a65a9f8 commit 6e08fc1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/redis_web_manager/info.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ def hgetall(key)
redis.hgetall(key)
end

Gem::Version.new(RUBY_VERSION)

def dbsize
@dbsize ||= redis.dbsize
end
Expand Down

0 comments on commit 6e08fc1

Please sign in to comment.