-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathGemfile
More file actions
15 lines (11 loc) · 582 Bytes
/
Gemfile
File metadata and controls
15 lines (11 loc) · 582 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
source 'https://rubygems.org'
gemspec
# gem "celluloid", git: "https://github.com/celluloid/celluloid"
# gem "celluloid-zmq", git: "https://github.com/celluloid/celluloid-zmq"
# gem "reel", git: "https://github.com/celluloid/reel"
gem "ffi-rzmq", git: "https://github.com/chuckremes/ffi-rzmq"
# gem "celluloid", path: "../celluloid"
# gem "celluloid-zmq", path: "../celluloid-zmq"
gem "celluloid", git: "https://github.com/grantr/celluloid"
gem "celluloid-zmq", git: "https://github.com/grantr/celluloid-zmq"
gem "celluloid-io", git: "https://github.com/celluloid/celluloid-io"