File: Gemfile

package info (click to toggle)
ruby-redis-store 1.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 312 kB
  • sloc: ruby: 1,480; makefile: 6
file content (7 lines) | stat: -rw-r--r-- 87 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
source 'https://rubygems.org'

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

gemspec