mirror of
https://github.com/jimeh/redistat.git
synced 2026-02-19 13:26:39 +00:00
12 lines
227 B
Ruby
12 lines
227 B
Ruby
source 'http://rubygems.org/'
|
|
|
|
gem 'activesupport', '>= 2.3.0'
|
|
gem 'json', '>= 1.0.0'
|
|
gem 'redis', '>= 2.0.0'
|
|
gem 'time_ext', '>= 0.2.6'
|
|
|
|
group :development do
|
|
gem 'rspec', '>= 2.0.1'
|
|
gem 'yard', '>= 0.6.1'
|
|
gem 'i18n'
|
|
end |