Advertisement
Guest User

Untitled

a guest
Feb 3rd, 2012
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. GEM
  2. remote: http://rubygems.org/
  3. specs:
  4. abstract (1.0.0)
  5. actionmailer (3.0.3)
  6. actionpack (= 3.0.3)
  7. mail (~> 2.2.9)
  8. actionpack (3.0.3)
  9. activemodel (= 3.0.3)
  10. activesupport (= 3.0.3)
  11. builder (~> 2.1.2)
  12. erubis (~> 2.6.6)
  13. i18n (~> 0.4)
  14. rack (~> 1.2.1)
  15. rack-mount (~> 0.6.13)
  16. rack-test (~> 0.5.6)
  17. tzinfo (~> 0.3.23)
  18. activemodel (3.0.3)
  19. activesupport (= 3.0.3)
  20. builder (~> 2.1.2)
  21. i18n (~> 0.4)
  22. activerecord (3.0.3)
  23. activemodel (= 3.0.3)
  24. activesupport (= 3.0.3)
  25. arel (~> 2.0.2)
  26. tzinfo (~> 0.3.23)
  27. activeresource (3.0.3)
  28. activemodel (= 3.0.3)
  29. activesupport (= 3.0.3)
  30. activesupport (3.0.3)
  31. arel (2.0.6)
  32. authlogic (2.1.6)
  33. activesupport
  34. builder (2.1.2)
  35. erubis (2.6.6)
  36. abstract (>= 1.0.0)
  37. i18n (0.5.0)
  38. mail (2.2.14)
  39. activesupport (>= 2.3.6)
  40. i18n (>= 0.4.0)
  41. mime-types (~> 1.16)
  42. treetop (~> 1.4.8)
  43. mime-types (1.16)
  44. pg (0.10.0)
  45. polyglot (0.3.1)
  46. rack (1.2.1)
  47. rack-mount (0.6.13)
  48. rack (>= 1.0.0)
  49. rack-test (0.5.7)
  50. rack (>= 1.0)
  51. rails (3.0.3)
  52. actionmailer (= 3.0.3)
  53. actionpack (= 3.0.3)
  54. activerecord (= 3.0.3)
  55. activeresource (= 3.0.3)
  56. activesupport (= 3.0.3)
  57. bundler (~> 1.0)
  58. railties (= 3.0.3)
  59. railties (3.0.3)
  60. actionpack (= 3.0.3)
  61. activesupport (= 3.0.3)
  62. rake (>= 0.8.7)
  63. thor (~> 0.14.4)
  64. rake (0.8.7)
  65. rest-client (1.6.7)
  66. mime-types (>= 1.16)
  67. stripe (1.6.0)
  68. rest-client (~> 1.4)
  69. thor (0.14.6)
  70. treetop (1.4.9)
  71. polyglot (>= 0.3.1)
  72. tzinfo (0.3.23)
  73.  
  74. PLATFORMS
  75. ruby
  76.  
  77. DEPENDENCIES
  78. authlogic
  79. pg
  80. rails (= 3.0.3)
  81. stripe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement