rails32.gemfile.lock 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. PATH
  2. remote: ../
  3. specs:
  4. taiwan_city (0.0.1)
  5. jquery-rails
  6. rails (>= 3.1.0)
  7. GEM
  8. remote: https://rubygems.org/
  9. specs:
  10. actionmailer (3.2.14)
  11. actionpack (= 3.2.14)
  12. mail (~> 2.5.4)
  13. actionpack (3.2.14)
  14. activemodel (= 3.2.14)
  15. activesupport (= 3.2.14)
  16. builder (~> 3.0.0)
  17. erubis (~> 2.7.0)
  18. journey (~> 1.0.4)
  19. rack (~> 1.4.5)
  20. rack-cache (~> 1.2)
  21. rack-test (~> 0.6.1)
  22. sprockets (~> 2.2.1)
  23. activemodel (3.2.14)
  24. activesupport (= 3.2.14)
  25. builder (~> 3.0.0)
  26. activerecord (3.2.14)
  27. activemodel (= 3.2.14)
  28. activesupport (= 3.2.14)
  29. arel (~> 3.0.2)
  30. tzinfo (~> 0.3.29)
  31. activeresource (3.2.14)
  32. activemodel (= 3.2.14)
  33. activesupport (= 3.2.14)
  34. activesupport (3.2.14)
  35. i18n (~> 0.6, >= 0.6.4)
  36. multi_json (~> 1.0)
  37. addressable (2.3.5)
  38. appraisal (0.5.2)
  39. bundler
  40. rake
  41. arel (3.0.2)
  42. builder (3.0.4)
  43. capybara (2.1.0)
  44. mime-types (>= 1.16)
  45. nokogiri (>= 1.3.3)
  46. rack (>= 1.0.0)
  47. rack-test (>= 0.5.4)
  48. xpath (~> 2.0)
  49. cliver (0.2.1)
  50. coffee-rails (3.2.2)
  51. coffee-script (>= 2.2.0)
  52. railties (~> 3.2.0)
  53. coffee-script (2.2.0)
  54. coffee-script-source
  55. execjs
  56. coffee-script-source (1.6.3)
  57. diff-lcs (1.2.4)
  58. erubis (2.7.0)
  59. execjs (2.0.1)
  60. hike (1.2.3)
  61. i18n (0.6.5)
  62. journey (1.0.4)
  63. jquery-rails (3.0.4)
  64. railties (>= 3.0, < 5.0)
  65. thor (>= 0.14, < 2.0)
  66. json (1.8.0)
  67. launchy (2.3.0)
  68. addressable (~> 2.3)
  69. mail (2.5.4)
  70. mime-types (~> 1.16)
  71. treetop (~> 1.4.8)
  72. mime-types (1.25)
  73. mini_portile (0.5.1)
  74. multi_json (1.7.9)
  75. nokogiri (1.6.0)
  76. mini_portile (~> 0.5.0)
  77. poltergeist (1.4.0)
  78. capybara (~> 2.1.0)
  79. cliver (~> 0.2.1)
  80. multi_json (~> 1.0)
  81. websocket-driver (>= 0.2.0)
  82. polyglot (0.3.3)
  83. rack (1.4.5)
  84. rack-cache (1.2)
  85. rack (>= 0.4)
  86. rack-ssl (1.3.3)
  87. rack
  88. rack-test (0.6.2)
  89. rack (>= 1.0)
  90. rails (3.2.14)
  91. actionmailer (= 3.2.14)
  92. actionpack (= 3.2.14)
  93. activerecord (= 3.2.14)
  94. activeresource (= 3.2.14)
  95. activesupport (= 3.2.14)
  96. bundler (~> 1.0)
  97. railties (= 3.2.14)
  98. railties (3.2.14)
  99. actionpack (= 3.2.14)
  100. activesupport (= 3.2.14)
  101. rack-ssl (~> 1.3.2)
  102. rake (>= 0.8.7)
  103. rdoc (~> 3.4)
  104. thor (>= 0.14.6, < 2.0)
  105. rake (10.1.0)
  106. rdoc (3.12.2)
  107. json (~> 1.4)
  108. rspec-core (2.14.5)
  109. rspec-expectations (2.14.2)
  110. diff-lcs (>= 1.1.3, < 2.0)
  111. rspec-mocks (2.14.3)
  112. rspec-rails (2.14.0)
  113. actionpack (>= 3.0)
  114. activesupport (>= 3.0)
  115. railties (>= 3.0)
  116. rspec-core (~> 2.14.0)
  117. rspec-expectations (~> 2.14.0)
  118. rspec-mocks (~> 2.14.0)
  119. sprockets (2.2.2)
  120. hike (~> 1.2)
  121. multi_json (~> 1.0)
  122. rack (~> 1.0)
  123. tilt (~> 1.1, != 1.3.0)
  124. sqlite3 (1.3.8)
  125. thor (0.18.1)
  126. tilt (1.4.1)
  127. treetop (1.4.15)
  128. polyglot
  129. polyglot (>= 0.3.1)
  130. tzinfo (0.3.37)
  131. websocket-driver (0.2.3)
  132. xpath (2.0.0)
  133. nokogiri (~> 1.3)
  134. PLATFORMS
  135. ruby
  136. DEPENDENCIES
  137. appraisal
  138. capybara
  139. coffee-rails
  140. jquery-rails
  141. launchy
  142. poltergeist
  143. rails (~> 3.2.0)
  144. rspec-rails
  145. sqlite3
  146. taiwan_city!