Gemfile.lock 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. PATH
  2. remote: .
  3. specs:
  4. china_city (0.0.1)
  5. jquery-rails (~> 3.0.4)
  6. rails (~> 4.0.0)
  7. GEM
  8. remote: http://ruby.taobao.org/
  9. specs:
  10. actionmailer (4.0.0)
  11. actionpack (= 4.0.0)
  12. mail (~> 2.5.3)
  13. actionpack (4.0.0)
  14. activesupport (= 4.0.0)
  15. builder (~> 3.1.0)
  16. erubis (~> 2.7.0)
  17. rack (~> 1.5.2)
  18. rack-test (~> 0.6.2)
  19. activemodel (4.0.0)
  20. activesupport (= 4.0.0)
  21. builder (~> 3.1.0)
  22. activerecord (4.0.0)
  23. activemodel (= 4.0.0)
  24. activerecord-deprecated_finders (~> 1.0.2)
  25. activesupport (= 4.0.0)
  26. arel (~> 4.0.0)
  27. activerecord-deprecated_finders (1.0.3)
  28. activesupport (4.0.0)
  29. i18n (~> 0.6, >= 0.6.4)
  30. minitest (~> 4.2)
  31. multi_json (~> 1.3)
  32. thread_safe (~> 0.1)
  33. tzinfo (~> 0.3.37)
  34. addressable (2.3.5)
  35. arel (4.0.0)
  36. atomic (1.1.12)
  37. builder (3.1.4)
  38. capybara (2.1.0)
  39. mime-types (>= 1.16)
  40. nokogiri (>= 1.3.3)
  41. rack (>= 1.0.0)
  42. rack-test (>= 0.5.4)
  43. xpath (~> 2.0)
  44. coffee-rails (4.0.0)
  45. coffee-script (>= 2.2.0)
  46. railties (>= 4.0.0.beta, < 5.0)
  47. coffee-script (2.2.0)
  48. coffee-script-source
  49. execjs
  50. coffee-script-source (1.6.3)
  51. diff-lcs (1.2.4)
  52. erubis (2.7.0)
  53. eventmachine (1.0.3)
  54. execjs (1.4.0)
  55. multi_json (~> 1.0)
  56. faye-websocket (0.4.7)
  57. eventmachine (>= 0.12.0)
  58. hike (1.2.3)
  59. http_parser.rb (0.5.3)
  60. i18n (0.6.4)
  61. jquery-rails (3.0.4)
  62. railties (>= 3.0, < 5.0)
  63. thor (>= 0.14, < 2.0)
  64. launchy (2.3.0)
  65. addressable (~> 2.3)
  66. mail (2.5.4)
  67. mime-types (~> 1.16)
  68. treetop (~> 1.4.8)
  69. mime-types (1.23)
  70. mini_portile (0.5.1)
  71. minitest (4.7.5)
  72. multi_json (1.7.9)
  73. nokogiri (1.6.0)
  74. mini_portile (~> 0.5.0)
  75. poltergeist (1.3.0)
  76. capybara (~> 2.1.0)
  77. faye-websocket (>= 0.4.4, < 0.5.0)
  78. http_parser.rb (~> 0.5.3)
  79. polyglot (0.3.3)
  80. rack (1.5.2)
  81. rack-test (0.6.2)
  82. rack (>= 1.0)
  83. rails (4.0.0)
  84. actionmailer (= 4.0.0)
  85. actionpack (= 4.0.0)
  86. activerecord (= 4.0.0)
  87. activesupport (= 4.0.0)
  88. bundler (>= 1.3.0, < 2.0)
  89. railties (= 4.0.0)
  90. sprockets-rails (~> 2.0.0)
  91. railties (4.0.0)
  92. actionpack (= 4.0.0)
  93. activesupport (= 4.0.0)
  94. rake (>= 0.8.7)
  95. thor (>= 0.18.1, < 2.0)
  96. rake (10.1.0)
  97. rspec-core (2.14.4)
  98. rspec-expectations (2.14.0)
  99. diff-lcs (>= 1.1.3, < 2.0)
  100. rspec-mocks (2.14.2)
  101. rspec-rails (2.14.0)
  102. actionpack (>= 3.0)
  103. activesupport (>= 3.0)
  104. railties (>= 3.0)
  105. rspec-core (~> 2.14.0)
  106. rspec-expectations (~> 2.14.0)
  107. rspec-mocks (~> 2.14.0)
  108. sprockets (2.10.0)
  109. hike (~> 1.2)
  110. multi_json (~> 1.0)
  111. rack (~> 1.0)
  112. tilt (~> 1.1, != 1.3.0)
  113. sprockets-rails (2.0.0)
  114. actionpack (>= 3.0)
  115. activesupport (>= 3.0)
  116. sprockets (~> 2.8)
  117. sqlite3 (1.3.7)
  118. thor (0.18.1)
  119. thread_safe (0.1.2)
  120. atomic
  121. tilt (1.4.1)
  122. treetop (1.4.14)
  123. polyglot
  124. polyglot (>= 0.3.1)
  125. tzinfo (0.3.37)
  126. xpath (2.0.0)
  127. nokogiri (~> 1.3)
  128. PLATFORMS
  129. ruby
  130. DEPENDENCIES
  131. capybara
  132. china_city!
  133. coffee-rails (~> 4.0.0)
  134. jquery-rails
  135. launchy
  136. poltergeist
  137. rspec-rails
  138. sqlite3