Advertisement
flebber

gemfile.lock

Aug 14th, 2013
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. GEM
  2. remote: https://rubygems.org/
  3. specs:
  4. actionmailer (3.2.14)
  5. actionpack (= 3.2.14)
  6. mail (~> 2.5.4)
  7. actionpack (3.2.14)
  8. activemodel (= 3.2.14)
  9. activesupport (= 3.2.14)
  10. builder (~> 3.0.0)
  11. erubis (~> 2.7.0)
  12. journey (~> 1.0.4)
  13. rack (~> 1.4.5)
  14. rack-cache (~> 1.2)
  15. rack-test (~> 0.6.1)
  16. sprockets (~> 2.2.1)
  17. activemodel (3.2.14)
  18. activesupport (= 3.2.14)
  19. builder (~> 3.0.0)
  20. activerecord (3.2.14)
  21. activemodel (= 3.2.14)
  22. activesupport (= 3.2.14)
  23. arel (~> 3.0.2)
  24. tzinfo (~> 0.3.29)
  25. activeresource (3.2.14)
  26. activemodel (= 3.2.14)
  27. activesupport (= 3.2.14)
  28. activesupport (3.2.14)
  29. i18n (~> 0.6, >= 0.6.4)
  30. multi_json (~> 1.0)
  31. arel (3.0.2)
  32. builder (3.0.4)
  33. coffee-rails (3.2.2)
  34. coffee-script (>= 2.2.0)
  35. railties (~> 3.2.0)
  36. coffee-script (2.2.0)
  37. coffee-script-source
  38. execjs
  39. coffee-script-source (1.6.3)
  40. erubis (2.7.0)
  41. execjs (1.4.0)
  42. multi_json (~> 1.0)
  43. hike (1.2.3)
  44. i18n (0.6.5)
  45. journey (1.0.4)
  46. jquery-rails (3.0.4)
  47. railties (>= 3.0, < 5.0)
  48. thor (>= 0.14, < 2.0)
  49. json (1.8.0)
  50. mail (2.5.4)
  51. mime-types (~> 1.16)
  52. treetop (~> 1.4.8)
  53. mime-types (1.24)
  54. multi_json (1.7.9)
  55. polyglot (0.3.3)
  56. rack (1.4.5)
  57. rack-cache (1.2)
  58. rack (>= 0.4)
  59. rack-ssl (1.3.3)
  60. rack
  61. rack-test (0.6.2)
  62. rack (>= 1.0)
  63. rails (3.2.14)
  64. actionmailer (= 3.2.14)
  65. actionpack (= 3.2.14)
  66. activerecord (= 3.2.14)
  67. activeresource (= 3.2.14)
  68. activesupport (= 3.2.14)
  69. bundler (~> 1.0)
  70. railties (= 3.2.14)
  71. railties (3.2.14)
  72. actionpack (= 3.2.14)
  73. activesupport (= 3.2.14)
  74. rack-ssl (~> 1.3.2)
  75. rake (>= 0.8.7)
  76. rdoc (~> 3.4)
  77. thor (>= 0.14.6, < 2.0)
  78. rake (10.1.0)
  79. rdoc (3.12.2)
  80. json (~> 1.4)
  81. sass (3.2.10)
  82. sass-rails (3.2.6)
  83. railties (~> 3.2.0)
  84. sass (>= 3.1.10)
  85. tilt (~> 1.3)
  86. sprockets (2.2.2)
  87. hike (~> 1.2)
  88. multi_json (~> 1.0)
  89. rack (~> 1.0)
  90. tilt (~> 1.1, != 1.3.0)
  91. sqlite3 (1.3.7-x86-mingw32)
  92. thor (0.18.1)
  93. tilt (1.4.1)
  94. treetop (1.4.14)
  95. polyglot
  96. polyglot (>= 0.3.1)
  97. tzinfo (0.3.37)
  98. uglifier (2.1.2)
  99. execjs (>= 0.3.0)
  100. multi_json (~> 1.0, >= 1.0.2)
  101.  
  102. PLATFORMS
  103. x86-mingw32
  104.  
  105. DEPENDENCIES
  106. coffee-rails (~> 3.2.1)
  107. execjs
  108. jquery-rails
  109. rails (= 3.2.14)
  110. sass-rails (~> 3.2.3)
  111. sqlite3
  112. therubyracer
  113. uglifier (>= 1.0.3)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement