File: Gemfile

package info (click to toggle)
ruby-em-synchrony 1.0.5-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 572 kB
  • sloc: ruby: 3,458; sh: 37; sql: 7; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 542 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
source 'https://rubygems.org'

gem 'eventmachine', :git => 'git://github.com/eventmachine/eventmachine.git'

group :development do
  gem 'rake'
  gem 'rspec', '~> 3.2'
  gem 'em-http-request', :git => 'git://github.com/igrigorik/em-http-request'
  gem 'remcached'
  # gem 'em-mongo', :git => 'https://github.com/bcg/em-mongo.git'
  gem 'activerecord', "= #{ENV['activerecord'] || '4.1.8'}"
  gem 'em-mongo'
  gem 'bson_ext'
  gem 'mysql2', '~> 0.3.18'
  gem 'em-redis', '~> 0.3.0'
  gem 'em-hiredis'
  gem 'mongo'
  gem 'amqp', '= 1.0.0'
end