-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathGemfile
More file actions
38 lines (29 loc) · 775 Bytes
/
Gemfile
File metadata and controls
38 lines (29 loc) · 775 Bytes
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
source 'https://rubygems.org'
gem "eventmachine", ">= 1.0.0"
gem "sinatra"
gem "sinatra-session"
gem "thin", "~> 1.5.0"
gem "steno"
gem "cfoundry", "~> 4.7.1"
gem "cf-uaa-lib"
gem "vcap_common", :git => 'git://github.com/cloudfoundry/vcap-common.git', :ref => 'cc1d06f746'
gem "cf-message-bus", :git => "git://github.com/cloudfoundry/cf-message-bus.git", :ref=>'dbc2fc6e71'
gem "encryptor"
gem "rack-recaptcha", :require => 'rack/recaptcha'
gem "rake","~> 10.0.3"
gem "rest-client"
gem "base32"
gem "chargify_api_ares"
gem "activeresource", "~> 4.0.0"
gem "activerecord", ">= 3.0.0"
gem "sqlite3"
gem "pg"
gem "cf"
gem "color", "~> 1.4.0"
gem 'stripe'
gem "activerecord", ">= 3.0.0"
gem "sqlite3"
gem "pg" # required for reports
gem 'json'
gem 'rack_dav'
gem 'rspec'