Gemfile.lock 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. erubis (2.6.6)
  49. abstract (>= 1.0.0)
  50. i18n (0.5.0)
  51. mail (2.2.15)
  52. activesupport (>= 2.3.6)
  53. i18n (>= 0.4.0)
  54. mime-types (~> 1.16)
  55. treetop (~> 1.4.8)
  56. mime-types (1.16)
  57. polyglot (0.3.1)
  58. rack (1.2.1)
  59. rack-mount (0.6.13)
  60. rack (>= 1.0.0)
  61. rack-test (0.5.7)
  62. rack (>= 1.0)
  63. rake (0.8.7)
  64. sqlite3 (1.3.3)
  65. thor (0.14.6)
  66. treetop (1.4.9)
  67. polyglot (>= 0.3.1)
  68. tzinfo (0.3.24)
  69. PLATFORMS
  70. ruby
  71. DEPENDENCIES
  72. rails!
  73. sqlite3