Rails-based website for local business
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

87 lines
1.8 KiB

  1. GEM
  2. remote: http://rubygems.org/
  3. specs:
  4. RedCloth (4.2.7)
  5. abstract (1.0.0)
  6. actionmailer (3.0.5)
  7. actionpack (= 3.0.5)
  8. mail (~> 2.2.15)
  9. actionpack (3.0.5)
  10. activemodel (= 3.0.5)
  11. activesupport (= 3.0.5)
  12. builder (~> 2.1.2)
  13. erubis (~> 2.6.6)
  14. i18n (~> 0.4)
  15. rack (~> 1.2.1)
  16. rack-mount (~> 0.6.13)
  17. rack-test (~> 0.5.7)
  18. tzinfo (~> 0.3.23)
  19. activemodel (3.0.5)
  20. activesupport (= 3.0.5)
  21. builder (~> 2.1.2)
  22. i18n (~> 0.4)
  23. activerecord (3.0.5)
  24. activemodel (= 3.0.5)
  25. activesupport (= 3.0.5)
  26. arel (~> 2.0.2)
  27. tzinfo (~> 0.3.23)
  28. activeresource (3.0.5)
  29. activemodel (= 3.0.5)
  30. activesupport (= 3.0.5)
  31. activesupport (3.0.5)
  32. arel (2.0.9)
  33. builder (2.1.2)
  34. erubis (2.6.6)
  35. abstract (>= 1.0.0)
  36. haml (3.0.25)
  37. hpricot (0.8.4)
  38. i18n (0.5.0)
  39. mail (2.2.15)
  40. activesupport (>= 2.3.6)
  41. i18n (>= 0.4.0)
  42. mime-types (~> 1.16)
  43. treetop (~> 1.4.8)
  44. maruku (0.6.0)
  45. syntax (>= 1.0.0)
  46. mime-types (1.16)
  47. polyglot (0.3.1)
  48. rack (1.2.1)
  49. rack-mount (0.6.13)
  50. rack (>= 1.0.0)
  51. rack-test (0.5.7)
  52. rack (>= 1.0)
  53. rails (3.0.5)
  54. actionmailer (= 3.0.5)
  55. actionpack (= 3.0.5)
  56. activerecord (= 3.0.5)
  57. activeresource (= 3.0.5)
  58. activesupport (= 3.0.5)
  59. bundler (~> 1.0)
  60. railties (= 3.0.5)
  61. railties (3.0.5)
  62. actionpack (= 3.0.5)
  63. activesupport (= 3.0.5)
  64. rake (>= 0.8.7)
  65. thor (~> 0.14.4)
  66. rake (0.8.7)
  67. ruby_parser (2.0.6)
  68. sexp_processor (~> 3.0)
  69. sexp_processor (3.0.5)
  70. sqlite3 (1.3.3)
  71. syntax (1.0.0)
  72. thor (0.14.6)
  73. treetop (1.4.9)
  74. polyglot (>= 0.3.1)
  75. tzinfo (0.3.24)
  76. PLATFORMS
  77. ruby
  78. DEPENDENCIES
  79. RedCloth
  80. haml
  81. hpricot
  82. maruku
  83. rails (= 3.0.5)
  84. ruby_parser
  85. sqlite3