source 'https://rubygems.org'

if RUBY_VERSION < '2'
  gem 'redis', '< 4'
end

gemspec
