Advertisement
Guest User

Untitled

a guest
Jan 13th, 2015
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1. cat Gemfile.lock
  2. GEM
  3. remote: https://rubygems.org/
  4. specs:
  5. actionmailer (3.2.19)
  6. actionpack (= 3.2.19)
  7. mail (~> 2.5.4)
  8. actionpack (3.2.19)
  9. activemodel (= 3.2.19)
  10. activesupport (= 3.2.19)
  11. builder (~> 3.0.0)
  12. erubis (~> 2.7.0)
  13. journey (~> 1.0.4)
  14. rack (~> 1.4.5)
  15. rack-cache (~> 1.2)
  16. rack-test (~> 0.6.1)
  17. sprockets (~> 2.2.1)
  18. activemodel (3.2.19)
  19. activesupport (= 3.2.19)
  20. builder (~> 3.0.0)
  21. activerecord (3.2.19)
  22. activemodel (= 3.2.19)
  23. activesupport (= 3.2.19)
  24. arel (~> 3.0.2)
  25. tzinfo (~> 0.3.29)
  26. activeresource (3.2.19)
  27. activemodel (= 3.2.19)
  28. activesupport (= 3.2.19)
  29. activesupport (3.2.19)
  30. i18n (~> 0.6, >= 0.6.4)
  31. multi_json (~> 1.0)
  32. arel (3.0.3)
  33. builder (3.0.0)
  34. coderay (1.1.0)
  35. erubis (2.7.0)
  36. fastercsv (1.5.5)
  37. hike (1.2.3)
  38. i18n (0.6.11)
  39. journey (1.0.4)
  40. jquery-rails (2.0.3)
  41. railties (>= 3.1.0, < 5.0)
  42. thor (~> 0.14)
  43. json (1.8.1)
  44. mail (2.5.4)
  45. mime-types (~> 1.16)
  46. treetop (~> 1.4.8)
  47. metaclass (0.0.4)
  48. mime-types (1.25.1)
  49. mocha (1.0.0)
  50. metaclass (~> 0.0.1)
  51. multi_json (1.10.1)
  52. mysql (2.8.1)
  53. net-ldap (0.3.1)
  54. polyglot (0.3.5)
  55. rack (1.4.5)
  56. rack-cache (1.2)
  57. rack (>= 0.4)
  58. rack-openid (1.4.2)
  59. rack (>= 1.1.0)
  60. ruby-openid (>= 2.1.8)
  61. rack-ssl (1.3.4)
  62. rack
  63. rack-test (0.6.2)
  64. rack (>= 1.0)
  65. rails (3.2.19)
  66. actionmailer (= 3.2.19)
  67. actionpack (= 3.2.19)
  68. activerecord (= 3.2.19)
  69. activeresource (= 3.2.19)
  70. activesupport (= 3.2.19)
  71. bundler (~> 1.0)
  72. railties (= 3.2.19)
  73. railties (3.2.19)
  74. actionpack (= 3.2.19)
  75. activesupport (= 3.2.19)
  76. rack-ssl (~> 1.3.2)
  77. rake (>= 0.8.7)
  78. rdoc (~> 3.4)
  79. thor (>= 0.14.6, < 2.0)
  80. rake (10.1.1)
  81. rdoc (3.12.2)
  82. json (~> 1.4)
  83. rmagick (2.13.3)
  84. ruby-openid (2.3.0)
  85. shoulda (3.3.2)
  86. shoulda-context (~> 1.0.1)
  87. shoulda-matchers (~> 1.4.1)
  88. shoulda-context (1.0.2)
  89. shoulda-matchers (1.4.1)
  90. activesupport (>= 3.0.0)
  91. sprockets (2.2.2)
  92. hike (~> 1.2)
  93. multi_json (~> 1.0)
  94. rack (~> 1.0)
  95. tilt (~> 1.1, != 1.3.0)
  96. thor (0.19.1)
  97. tilt (1.4.1)
  98. treetop (1.4.15)
  99. polyglot
  100. polyglot (>= 0.3.1)
  101. tzinfo (0.3.41)
  102. yard (0.8.7.4)
  103.  
  104. PLATFORMS
  105. ruby
  106.  
  107. DEPENDENCIES
  108. activerecord-jdbc-adapter (~> 1.3.2)
  109. activerecord-jdbcmysql-adapter
  110. builder (= 3.0.0)
  111. coderay (~> 1.1.0)
  112. fastercsv (~> 1.5.0)
  113. jquery-rails (~> 2.0.2)
  114. mocha (~> 1.0.0)
  115. mysql (~> 2.8.1)
  116. net-ldap (~> 0.3.1)
  117. rack-openid
  118. rails (= 3.2.19)
  119. rake (~> 10.1.1)
  120. rdoc (>= 2.4.2)
  121. rmagick (>= 2.0.0)
  122. ruby-openid (~> 2.3.0)
  123. shoulda (~> 3.3.2)
  124. yard
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement