mirror of
https://github.com/jimeh/redistat.git
synced 2026-02-19 13:26:39 +00:00
14 lines
286 B
Ruby
14 lines
286 B
Ruby
source 'http://rubygems.org/'
|
|
|
|
gem 'activesupport', '>= 2.3.0'
|
|
gem 'json', '>= 1.4.6'
|
|
gem 'redis', '>= 2.1.1'
|
|
gem 'system_timer', '>= 1.0.0'
|
|
gem 'time_ext', '>= 0.2.6'
|
|
|
|
group :development do
|
|
gem 'jeweler', '>= 1.5.1'
|
|
gem 'rspec', '>= 2.1.0'
|
|
gem 'yard', '>= 0.6.3'
|
|
gem 'i18n'
|
|
end |