Skip to content

Instantly share code, notes, and snippets.

@schmurfy
Created December 5, 2011 16:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schmurfy/1434105 to your computer and use it in GitHub Desktop.
Save schmurfy/1434105 to your computer and use it in GitHub Desktop.
source :rubygems
gem 'superfeedr-em-redis', '~> 0.3.5'
gem 'redis'
gem 'system_timer', :platforms => :ruby_18
gem 'actionmailer', '~> 2.3.9'
gem 'activerecord', '~> 2.3.9'
gem 'activesupport', '~> 2.3.9'
gem 'mail', '~> 2.2'
gem 'ipaddress', '= 0.6.0'
gem 'rake', '~> 0.9.2'
gem 'rusage', '= 0.2.0'
gem 'phone', '~> 0.9.9.3'
gem 'zip', '~> 2.0.2'
gem 'drone', '~> 1.0.8'
gem 'drone_json', '~> 1.0.4'
gem 'drone_collectd', '~> 1.0.8'
gem 'json', :platforms => :ruby_18
gem 'module_with_params', '~> 0.0.1'
# xmludp
gem "nokogiri", '~> 1.5.0'
gem 'eventmachine', '~> 1.0.0.beta'
gem "mysql2", '~> 0.2.6'
# rest backend
gem 'goliath', '~> 0.9.0'
group(:test) do
gem 'delorean'
gem 'schmurfy-bacon', '~> 1.2.1'
gem 'mocha', '~> 0.10.0'
gem 'factory_girl', '~> 1.3.2'
gem 'simplecov', :platforms => :ruby_19
gem 'schmurfy-em-spec'
gem 'guard'
gem 'guard-bacon'
gem 'rb-fsevent'
gem 'growl'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment