-
Notifications
You must be signed in to change notification settings - Fork 5
/
Gemfile
52 lines (43 loc) · 944 Bytes
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
source 'https://rubygems.org'
gem 'rake'
gem 'rack'
gem 'webrick'
gem 'puma'
gem 'passenger'
gem 'reel'
gem 'brooklyn', git: "https://github.com/luislavena/brooklyn", branch: "master"
gem 'hobbit', git: "https://github.com/patriciomacadden/hobbit", branch: "master"
gem 'nyny', git: "https://github.com/alisnic/nyny", branch: "master"
gem 'scorched', git: "https://github.com/Wardrop/Scorched", branch: "master"
gem 'camping'
#gem 'cramp'
gem 'cuba'
gem 'eventmachine'
gem 'goliath'
gem 'grape'
gem 'nancy'
gem 'pakyow-core'
gem 'actionpack', "~> 4.0"
gem 'railties', "~> 4.0"
gem 'tzinfo'
gem 'rambutan'
gem 'ramaze'
gem 'sinatra'
platforms :rbx do
gem 'rubysl'
gem 'racc'
end
platforms :ruby, :rbx do
gem 'unicorn'
gem 'rainbows'
gem 'thin'
end
platforms :jruby do
gem 'trinidad'
gem 'torquebox'
gem 'torqbox'
gem 'jubilee'
gem 'mizuno'
gem 'fishwife'
gem 'torquebox-server'
end