-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathGemfile
More file actions
36 lines (32 loc) · 824 Bytes
/
Gemfile
File metadata and controls
36 lines (32 loc) · 824 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
source 'http://rubygems.org'
gem 'highline', '~>1.6.0'
gem 'capistrano', :require => false
gem 'icalendar'
gem 'rake'
gem 'rails', '2.3.5'
gem 'rdoc'
gem 'activerecord-jdbcmysql-adapter', :require => false
gem "rack"
gem "right_aws"
gem "right_http_connection"
gem "prawn", "0.5.1"
gem "prawn-core", "0.5.1"
gem "prawn-format", "0.2.1"
gem "prawn-layout", "0.2.1"
gem "mime-types"
gem "juggernaut"
gem "ohm"
gem "thoughtbot-paperclip"
gem "eventmachine"
gem "archive-tar-minitar", "~> 0.5.2"
gem "builder", "~> 3.0.0"
gem "jruby-jars"
gem "jruby-openssl", "~> 0.7.4"
gem "trinidad", :require => false
gem "trinidad_daemon_extension", :require => false
gem "trinidad_init_services", :require => false
group :development, :test do
gem "thoughtbot-shoulda", "~>2.10"
gem "mocha"
gem "ruby-debug"
end