rosa-build/Gemfile.lock

170 lines
3.7 KiB
Plaintext
Raw Normal View History

2011-03-09 13:13:36 +00:00
GEM
remote: http://rubygems.org/
specs:
abstract (1.0.0)
actionmailer (3.0.5)
actionpack (= 3.0.5)
mail (~> 2.2.15)
actionpack (3.0.5)
activemodel (= 3.0.5)
activesupport (= 3.0.5)
builder (~> 2.1.2)
erubis (~> 2.6.6)
i18n (~> 0.4)
rack (~> 1.2.1)
rack-mount (~> 0.6.13)
rack-test (~> 0.5.7)
tzinfo (~> 0.3.23)
activemodel (3.0.5)
activesupport (= 3.0.5)
builder (~> 2.1.2)
i18n (~> 0.4)
activerecord (3.0.5)
activemodel (= 3.0.5)
activesupport (= 3.0.5)
arel (~> 2.0.2)
tzinfo (~> 0.3.23)
activeresource (3.0.5)
activemodel (= 3.0.5)
activesupport (= 3.0.5)
activesupport (3.0.5)
2011-09-29 14:24:33 +01:00
airbrake (3.0.4)
activesupport
builder
2011-03-09 13:13:36 +00:00
arel (2.0.9)
bcrypt-ruby (2.1.4)
builder (2.1.2)
capistrano (2.5.19)
highline
net-scp (>= 1.0.0)
net-sftp (>= 2.0.0)
net-ssh (>= 2.0.14)
net-ssh-gateway (>= 1.0.0)
capistrano-ext (1.2.1)
capistrano (>= 1.0.0)
closure-compiler (1.1.1)
2011-03-09 13:13:36 +00:00
compass (0.10.6)
haml (>= 3.0.4)
2011-04-11 17:37:09 +01:00
daemons (1.1.0)
delayed_job (2.1.4)
activesupport (~> 3.0)
daemons
2011-03-09 13:13:36 +00:00
devise (1.1.7)
bcrypt-ruby (~> 2.1.2)
warden (~> 1.0.2)
diff-lcs (1.1.2)
erubis (2.6.6)
abstract (>= 1.0.0)
factory_girl (1.3.3)
factory_girl_rails (1.0.1)
factory_girl (~> 1.3)
railties (>= 3.0.0)
grit (2.4.1)
diff-lcs (~> 1.1)
mime-types (~> 1.15)
2011-03-09 13:13:36 +00:00
haml (3.0.25)
haml-rails (0.3.4)
actionpack (~> 3.0)
activesupport (~> 3.0)
haml (~> 3.0)
railties (~> 3.0)
highline (1.6.1)
hpricot (0.8.4)
2011-03-09 13:13:36 +00:00
i18n (0.5.0)
jammit (0.6.0)
closure-compiler (>= 0.1.0)
yui-compressor (>= 0.9.1)
2011-03-29 18:48:30 +01:00
kgio (2.3.3)
2011-03-09 13:13:36 +00:00
mail (2.2.15)
activesupport (>= 2.3.6)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.16)
net-scp (1.0.4)
net-ssh (>= 1.99.1)
net-sftp (2.0.5)
net-ssh (>= 2.0.9)
net-ssh (2.1.3)
net-ssh-gateway (1.0.1)
net-ssh (>= 1.99.1)
2011-04-14 08:23:08 +01:00
paperclip (2.3.8)
activerecord
activesupport
2011-03-09 13:13:36 +00:00
pg (0.10.1)
polyglot (0.3.1)
rack (1.2.1)
rack-mount (0.6.13)
rack (>= 1.0.0)
rack-test (0.5.7)
rack (>= 1.0)
rails (3.0.5)
actionmailer (= 3.0.5)
actionpack (= 3.0.5)
activerecord (= 3.0.5)
activeresource (= 3.0.5)
activesupport (= 3.0.5)
bundler (~> 1.0)
railties (= 3.0.5)
railties (3.0.5)
actionpack (= 3.0.5)
activesupport (= 3.0.5)
rake (>= 0.8.7)
thor (~> 0.14.4)
rake (0.8.7)
rspec (2.5.0)
rspec-core (~> 2.5.0)
rspec-expectations (~> 2.5.0)
rspec-mocks (~> 2.5.0)
rspec-core (2.5.1)
rspec-expectations (2.5.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.5.0)
rspec-rails (2.5.0)
actionpack (~> 3.0)
activesupport (~> 3.0)
railties (~> 3.0)
rspec (~> 2.5.0)
ruby_parser (2.0.6)
sexp_processor (~> 3.0)
2011-03-09 13:13:36 +00:00
russian (0.2.7)
sexp_processor (3.0.5)
2011-03-09 13:13:36 +00:00
thor (0.14.6)
treetop (1.4.9)
polyglot (>= 0.3.1)
tzinfo (0.3.24)
2011-03-29 18:48:30 +01:00
unicorn (3.5.0)
kgio (~> 2.3)
rack
2011-03-09 13:13:36 +00:00
warden (1.0.3)
rack (>= 1.0.0)
web-app-theme (0.6.3)
2011-03-09 13:13:36 +00:00
will_paginate (3.0.pre2)
yui-compressor (0.9.5)
2011-03-09 13:13:36 +00:00
PLATFORMS
ruby
DEPENDENCIES
2011-09-29 14:24:33 +01:00
airbrake
2011-03-09 13:13:36 +00:00
capistrano
capistrano-ext
compass (>= 0.10.6)
2011-04-11 17:37:09 +01:00
delayed_job
2011-03-09 13:13:36 +00:00
devise
factory_girl_rails
grit
2011-03-09 13:13:36 +00:00
haml (>= 3.0.0)
haml-rails
hpricot
jammit
2011-04-14 08:23:08 +01:00
paperclip (~> 2.3)
2011-03-09 13:13:36 +00:00
pg
rails (= 3.0.5)
rspec-rails (>= 2.0.1)
ruby_parser
2011-03-09 13:13:36 +00:00
russian
2011-03-29 18:48:30 +01:00
unicorn
web-app-theme (>= 0.6.2)
2011-03-09 13:13:36 +00:00
will_paginate (~> 3.0.pre2)