Project

General

Profile

« Previous | Next » 

Revision e6d6111b

Added by Ohad Levy over 12 years ago

  • ID e6d6111b29b87160ab3cc264b0297612ebacc77e

refs #1367 - a better version of our gemfiles, not perfect yet.

View differences:

.gitignore
db/schema.rb
config/settings.yaml
config/email.yaml
Gemfile.lock
*.sw?
.idea
Gemfile
gem "has_many_polymorphs", :git => "https://github.com/jystewart/has_many_polymorphs.git"
gem "will_paginate", "~> 3.0.2"
gem "ancestry", "~> 1.2.4"
gem "puppet"
gem 'sqlite3', :require => 'sqlite3'
group :sqlite do
gem 'sqlite3'
end
group :mysql do
gem 'mysql'
end
group :postgresql do
gem 'pg'
end
gem 'scoped_search', '>= 2.3.4'
gem 'scoped_search', '>= 2.3.6'
#group :provisioning do
gem "safemode", "1.0", :git => "https://github.com/svenfuchs/safemode.git"
gem "ruby2ruby"
gem "ruby_parser"
gem "virt", ">= 0.2.0"
gem "ruby-libvirt" # to remove once upgrading vir to 0.3
#end
group :authentication do
Gemfile.lock
GIT
remote: https://github.com/jystewart/has_many_polymorphs.git
revision: 36f15d24ca4200f657a5203d9fc0253b58477705
specs:
has_many_polymorphs (3.0.0.beta1)
activerecord
GIT
remote: https://github.com/svenfuchs/safemode.git
revision: 77d53c3c52718ec4634bc6e71ccd230188ba6c90
specs:
safemode (1.0)
GEM
remote: http://rubygems.org/
specs:
abstract (1.0.0)
actionmailer (3.0.10)
actionpack (= 3.0.10)
mail (~> 2.2.19)
actionpack (3.0.10)
activemodel (= 3.0.10)
activesupport (= 3.0.10)
builder (~> 2.1.2)
erubis (~> 2.6.6)
i18n (~> 0.5.0)
rack (~> 1.2.1)
rack-mount (~> 0.6.14)
rack-test (~> 0.5.7)
tzinfo (~> 0.3.23)
activemodel (3.0.10)
activesupport (= 3.0.10)
builder (~> 2.1.2)
i18n (~> 0.5.0)
activerecord (3.0.10)
activemodel (= 3.0.10)
activesupport (= 3.0.10)
arel (~> 2.0.10)
tzinfo (~> 0.3.23)
activeresource (3.0.10)
activemodel (= 3.0.10)
activesupport (= 3.0.10)
activesupport (3.0.10)
acts_as_audited (2.0.0)
rails (>= 3.0.3)
ancestry (1.2.4)
activerecord (>= 2.2.2)
arel (2.0.10)
builder (2.1.2)
columnize (0.3.4)
erubis (2.6.6)
abstract (>= 1.0.0)
i18n (0.5.0)
jquery-rails (1.0.16)
railties (~> 3.0)
thor (~> 0.14)
json (1.6.1)
linecache (0.46)
rbx-require-relative (> 0.0.4)
mail (2.2.19)
activesupport (>= 2.3.6)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.17.2)
mocha (0.9.12)
net-ldap (0.2.2)
polyglot (0.3.3)
rack (1.2.4)
rack-mount (0.6.14)
rack (>= 1.0.0)
rack-test (0.5.7)
rack (>= 1.0)
rails (3.0.10)
actionmailer (= 3.0.10)
actionpack (= 3.0.10)
activerecord (= 3.0.10)
activeresource (= 3.0.10)
activesupport (= 3.0.10)
bundler (~> 1.0)
railties (= 3.0.10)
railties (3.0.10)
actionpack (= 3.0.10)
activesupport (= 3.0.10)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (~> 0.14.4)
rake (0.9.2.2)
rbx-require-relative (0.0.5)
rdoc (3.11)
json (~> 1.4)
rest-client (1.6.7)
mime-types (>= 1.16)
rr (1.0.2)
ruby-debug (0.10.4)
columnize (>= 0.1)
ruby-debug-base (~> 0.10.4.0)
ruby-debug-base (0.10.4)
linecache (>= 0.3)
ruby2ruby (1.3.1)
ruby_parser (~> 2.0)
sexp_processor (~> 3.0)
ruby_parser (2.3.1)
sexp_processor (~> 3.0)
scoped_search (2.3.5)
activerecord (>= 2.1.0)
sexp_processor (3.0.7)
shoulda (2.11.3)
sqlite3 (1.3.4)
thor (0.14.6)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.31)
virt (0.2.0)
will_paginate (3.0.2)
PLATFORMS
ruby
DEPENDENCIES
acts_as_audited (= 2.0.0)
ancestry (~> 1.2.4)
has_many_polymorphs!
jquery-rails
json
mocha
net-ldap
rails (= 3.0.10)
rest-client
rr
ruby-debug
ruby2ruby
ruby_parser
safemode (= 1.0)!
scoped_search (>= 2.3.4)
shoulda
sqlite3
virt (>= 0.2.0)
will_paginate (~> 3.0.2)

Also available in: Unified diff