1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/Gemfile.lock

53 lines
1 KiB
Text
Raw Normal View History

2015-01-15 10:37:31 -05:00
PATH
remote: .
specs:
2015-02-16 11:15:22 -05:00
action_cable (0.0.2)
activesupport (>= 4.2.0)
2015-02-13 06:59:17 -05:00
celluloid (~> 0.16.0)
em-hiredis (~> 0.3.0)
2015-02-13 06:59:17 -05:00
faye-websocket (~> 0.9.2)
2015-01-15 10:37:31 -05:00
GEM
remote: http://rubygems.org/
specs:
activesupport (4.2.0)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
2015-02-13 06:59:17 -05:00
celluloid (0.16.0)
timers (~> 4.0.0)
em-hiredis (0.3.0)
eventmachine (~> 1.0)
hiredis (~> 0.5.0)
2015-02-16 11:15:22 -05:00
eventmachine (1.0.7)
2015-01-15 10:37:31 -05:00
faye-websocket (0.9.2)
eventmachine (>= 0.12.0)
websocket-driver (>= 0.5.1)
hiredis (0.5.2)
2015-02-13 06:59:17 -05:00
hitimes (1.2.2)
2015-01-15 10:37:31 -05:00
i18n (0.7.0)
json (1.8.2)
minitest (5.5.1)
puma (2.10.2)
rack (>= 1.1, < 2.0)
rack (1.6.0)
rake (10.4.2)
thread_safe (0.3.4)
2015-02-13 06:59:17 -05:00
timers (4.0.1)
hitimes
2015-01-15 10:37:31 -05:00
tzinfo (1.2.2)
thread_safe (~> 0.1)
websocket-driver (0.5.3)
2015-01-15 10:37:31 -05:00
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.2)
2015-01-15 10:37:31 -05:00
PLATFORMS
ruby
DEPENDENCIES
action_cable!
puma
rake