Advertisement
Guest User

gemfile.lock

a guest
Jul 8th, 2011
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. GEM
  2. remote: http://rubygems.org/
  3. specs:
  4. abstract (1.0.0)
  5. actionmailer (3.0.1)
  6. actionpack (= 3.0.1)
  7. mail (~> 2.2.5)
  8. actionpack (3.0.1)
  9. activemodel (= 3.0.1)
  10. activesupport (= 3.0.1)
  11. builder (~> 2.1.2)
  12. erubis (~> 2.6.6)
  13. i18n (~> 0.4.1)
  14. rack (~> 1.2.1)
  15. rack-mount (~> 0.6.12)
  16. rack-test (~> 0.5.4)
  17. tzinfo (~> 0.3.23)
  18. activemodel (3.0.1)
  19. activesupport (= 3.0.1)
  20. builder (~> 2.1.2)
  21. i18n (~> 0.4.1)
  22. activerecord (3.0.1)
  23. activemodel (= 3.0.1)
  24. activesupport (= 3.0.1)
  25. arel (~> 1.0.0)
  26. tzinfo (~> 0.3.23)
  27. activeresource (3.0.1)
  28. activemodel (= 3.0.1)
  29. activesupport (= 3.0.1)
  30. activesupport (3.0.1)
  31. arel (1.0.1)
  32. activesupport (~> 3.0.0)
  33. builder (2.1.2)
  34. clearance (0.9.0.rc9)
  35. rails (~> 3.0.0)
  36. dynamic_form (1.1.3)
  37. erubis (2.6.6)
  38. abstract (>= 1.0.0)
  39. formtastic (1.1.0)
  40. actionpack (>= 2.3.0)
  41. activesupport (>= 2.3.0)
  42. i18n (>= 0.4.0)
  43. haml (3.0.22)
  44. high_voltage (0.9.2)
  45. hoptoad_notifier (2.3.11)
  46. activesupport
  47. builder
  48. i18n (0.4.2)
  49. mail (2.2.9)
  50. activesupport (>= 2.3.6)
  51. i18n (~> 0.4.1)
  52. mime-types (~> 1.16)
  53. treetop (~> 1.4.8)
  54. mime-types (1.16)
  55. pg (0.8.0)
  56. polyglot (0.3.1)
  57. rack (1.2.1)
  58. rack-mount (0.6.13)
  59. rack (>= 1.0.0)
  60. rack-test (0.5.6)
  61. rack (>= 1.0)
  62. rails (3.0.1)
  63. actionmailer (= 3.0.1)
  64. actionpack (= 3.0.1)
  65. activerecord (= 3.0.1)
  66. activeresource (= 3.0.1)
  67. activesupport (= 3.0.1)
  68. bundler (~> 1.0.0)
  69. railties (= 3.0.1)
  70. railties (3.0.1)
  71. actionpack (= 3.0.1)
  72. activesupport (= 3.0.1)
  73. rake (>= 0.8.4)
  74. thor (~> 0.14.0)
  75. rake (0.8.7)
  76. thor (0.14.3)
  77. treetop (1.4.8)
  78. polyglot (>= 0.3.1)
  79. tzinfo (0.3.23)
  80. will_paginate (2.3.15)
  81.  
  82. PLATFORMS
  83. ruby
  84.  
  85. DEPENDENCIES
  86. clearance (= 0.9.0.rc9)
  87. dynamic_form
  88. formtastic
  89. haml
  90. high_voltage
  91. hoptoad_notifier
  92. pg
  93. rack
  94. rails (>= 3.0)
  95. will_paginate
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement