Gemfile.lock 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. PATH
  2. remote: /home/rubys/git/rails
  3. specs:
  4. actionmailer (3.0.5)
  5. actionpack (= 3.0.5)
  6. mail (~> 2.2.15)
  7. actionpack (3.0.5)
  8. activemodel (= 3.0.5)
  9. activesupport (= 3.0.5)
  10. builder (~> 2.1.2)
  11. erubis (~> 2.6.6)
  12. i18n (~> 0.5.0)
  13. rack (~> 1.2.1)
  14. rack-mount (~> 0.6.13)
  15. rack-test (~> 0.5.7)
  16. tzinfo (~> 0.3.23)
  17. activemodel (3.0.5)
  18. activesupport (= 3.0.5)
  19. builder (~> 2.1.2)
  20. i18n (~> 0.5.0)
  21. activerecord (3.0.5)
  22. activemodel (= 3.0.5)
  23. activesupport (= 3.0.5)
  24. arel (~> 2.0.2)
  25. tzinfo (~> 0.3.23)
  26. activeresource (3.0.5)
  27. activemodel (= 3.0.5)
  28. activesupport (= 3.0.5)
  29. activesupport (3.0.5)
  30. rails (3.0.5)
  31. actionmailer (= 3.0.5)
  32. actionpack (= 3.0.5)
  33. activerecord (= 3.0.5)
  34. activeresource (= 3.0.5)
  35. activesupport (= 3.0.5)
  36. bundler (~> 1.0)
  37. railties (= 3.0.5)
  38. railties (3.0.5)
  39. actionpack (= 3.0.5)
  40. activesupport (= 3.0.5)
  41. rake (>= 0.8.7)
  42. thor (~> 0.14.4)
  43. GEM
  44. specs:
  45. abstract (1.0.0)
  46. arel (2.0.9)
  47. builder (2.1.2)
  48. capistrano (2.5.19)
  49. highline
  50. net-scp (>= 1.0.0)
  51. net-sftp (>= 2.0.0)
  52. net-ssh (>= 2.0.14)
  53. net-ssh-gateway (>= 1.0.0)
  54. erubis (2.6.6)
  55. abstract (>= 1.0.0)
  56. highline (1.6.1)
  57. i18n (0.5.0)
  58. mail (2.2.15)
  59. activesupport (>= 2.3.6)
  60. i18n (>= 0.4.0)
  61. mime-types (~> 1.16)
  62. treetop (~> 1.4.8)
  63. mime-types (1.16)
  64. mysql (2.8.1)
  65. net-scp (1.0.4)
  66. net-ssh (>= 1.99.1)
  67. net-sftp (2.0.5)
  68. net-ssh (>= 2.0.9)
  69. net-ssh (2.1.3)
  70. net-ssh-gateway (1.0.1)
  71. net-ssh (>= 1.99.1)
  72. polyglot (0.3.1)
  73. rack (1.2.1)
  74. rack-mount (0.6.13)
  75. rack (>= 1.0.0)
  76. rack-test (0.5.7)
  77. rack (>= 1.0)
  78. rake (0.8.7)
  79. sqlite3 (1.3.3)
  80. thor (0.14.6)
  81. treetop (1.4.9)
  82. polyglot (>= 0.3.1)
  83. tzinfo (0.3.24)
  84. will_paginate (3.0.pre2)
  85. PLATFORMS
  86. ruby
  87. DEPENDENCIES
  88. capistrano
  89. mysql
  90. rails!
  91. sqlite3
  92. will_paginate (>= 3.0.pre)