Project

General

Profile

Download (754 Bytes) Statistics
| Branch: | Tag: | Revision:
017e1049 Ohad Levy
source 'http://rubygems.org'

1456c19a David Swift
gem 'rails', '3.0.15'
017e1049 Ohad Levy
gem "jquery-rails"
gem 'json'
gem 'rest-client', :require => 'rest_client'
85cc156a Ohad Levy
gem "audited-activerecord", "3.0.0.rc1"
90455b62 Ohad Levy
gem "has_many_polymorphs", :git => "https://github.com/jystewart/has_many_polymorphs.git", :ref => '03429a61e511f394e9f96af0c8998268ca99d42b'
017e1049 Ohad Levy
gem "will_paginate", "~> 3.0.2"
gem "ancestry", "~> 1.2.4"
237f13e2 Amos Benari
gem 'scoped_search', '>= 2.3.7'
22335095 Ohad Levy
gem 'net-ldap'
gem "safemode", "~> 1.0.1"
370a7ac7 Ohad Levy
gem 'uuidtools'
981a9508 Martin Bačovský
gem "apipie-rails", ">= 0.0.7"
3d6d01c7 Ohad Levy
gem 'rabl'
80419840 Ivan Necas
# Previous versions collide with Environment model
gem "ruby_parser", ">= 2.3.1"
fceb1f89 Petr Chalupa
gem 'oauth'
22335095 Ohad Levy
9008500b Ohad Levy
Dir["#{File.dirname(__FILE__)}/bundler.d/*.rb"].each do |bundle|
# puts "adding custom gem file #{bundle}"
self.instance_eval(Bundler.read_file(bundle))
22335095 Ohad Levy
end