forked from rubycas/rubycas-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
35 lines (30 loc) · 739 Bytes
/
Gemfile
File metadata and controls
35 lines (30 loc) · 739 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
source "http://rubygems.org"
gem 'capistrano'
gem 'capistrano-ext'
gem 'capistrano_colors'
gem 'rubycas-server'
gem "mysql2"
gem 'activerecord-mysql2-adapter'
gem "activerecord"
gem "activesupport"
gem "sinatra"
gem 'sinatra-assetpack', :require => 'sinatra/assetpack'
gem "therubyracer"
gem "sinatra-r18n"
gem "syslogger"
gem "crypt-isaac"
gem 'unicorn'
gem "sentry-raven", :git => "https://github.com/getsentry/raven-ruby.git"
gem "newrelic_rpm"
gem 'libv8', '~> 3.11.8.3', :platform => :ruby
group :development do
gem 'capistrano-unicorn', :require => false
gem 'foreman'
end
# Gems for authenticators
group :ldap do
gem "net-ldap", "~> 0.1.1"
end
group :active_resource do
gem "activeresource", ">= 2.3.12", "< 4.0"
end