forked from tekacs/viso
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGemfile
31 lines (27 loc) · 744 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
source :gemcutter
gem 'padrino'
gem 'backports'
gem 'em-http-request', '~> 1.0'
gem 'em-synchrony', '~> 1.0'
gem 'pygments.rb'
gem 'rubypython', '0.5.1'
gem 'ffi', '1.0.9'
gem 'redcarpet'
gem 'rack-fiber_pool'
gem 'sinatra'
gem 'sinatra-contrib', :git => 'git://github.com/sinatra/sinatra-contrib.git',
:ref => '86c09e6fe026dc753962f434225a195965d7c855'
gem 'thin'
gem 'yajl-ruby'
gem 'hoptoad_notifier'
gem 'newrelic_rpm'
gem 'jammit-s3', :git => 'https://github.com/kmamykin/jammit-s3.git'
gem 'rocco', :group => :development
group :test do
gem 'rspec'
gem 'rack-test'
gem 'vcr'
gem 'webmock'
gem 'wrong', :git => 'https://github.com/sconover/wrong.git',
:branch => 'rb-1.9.3-p0'
end