Gemfile.lock 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  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. arel (4.0.0)
  35. atomic (1.1.12)
  36. builder (3.1.4)
  37. coffee-rails (4.0.0)
  38. coffee-script (>= 2.2.0)
  39. railties (>= 4.0.0.beta, < 5.0)
  40. coffee-script (2.2.0)
  41. coffee-script-source
  42. execjs
  43. coffee-script-source (1.6.3)
  44. diff-lcs (1.2.4)
  45. erubis (2.7.0)
  46. execjs (1.4.0)
  47. multi_json (~> 1.0)
  48. hike (1.2.3)
  49. i18n (0.6.4)
  50. jquery-rails (3.0.4)
  51. railties (>= 3.0, < 5.0)
  52. thor (>= 0.14, < 2.0)
  53. mail (2.5.4)
  54. mime-types (~> 1.16)
  55. treetop (~> 1.4.8)
  56. mime-types (1.23)
  57. minitest (4.7.5)
  58. multi_json (1.7.9)
  59. polyglot (0.3.3)
  60. rack (1.5.2)
  61. rack-test (0.6.2)
  62. rack (>= 1.0)
  63. rails (4.0.0)
  64. actionmailer (= 4.0.0)
  65. actionpack (= 4.0.0)
  66. activerecord (= 4.0.0)
  67. activesupport (= 4.0.0)
  68. bundler (>= 1.3.0, < 2.0)
  69. railties (= 4.0.0)
  70. sprockets-rails (~> 2.0.0)
  71. railties (4.0.0)
  72. actionpack (= 4.0.0)
  73. activesupport (= 4.0.0)
  74. rake (>= 0.8.7)
  75. thor (>= 0.18.1, < 2.0)
  76. rake (10.1.0)
  77. rspec-core (2.14.4)
  78. rspec-expectations (2.14.0)
  79. diff-lcs (>= 1.1.3, < 2.0)
  80. rspec-mocks (2.14.2)
  81. rspec-rails (2.14.0)
  82. actionpack (>= 3.0)
  83. activesupport (>= 3.0)
  84. railties (>= 3.0)
  85. rspec-core (~> 2.14.0)
  86. rspec-expectations (~> 2.14.0)
  87. rspec-mocks (~> 2.14.0)
  88. slim (2.0.1)
  89. temple (~> 0.6.6)
  90. tilt (>= 1.3.3, < 2.1)
  91. slim-rails (2.0.1)
  92. actionpack (>= 3.0, < 4.1)
  93. activesupport (>= 3.0, < 4.1)
  94. railties (>= 3.0, < 4.1)
  95. slim (~> 2.0)
  96. sprockets (2.10.0)
  97. hike (~> 1.2)
  98. multi_json (~> 1.0)
  99. rack (~> 1.0)
  100. tilt (~> 1.1, != 1.3.0)
  101. sprockets-rails (2.0.0)
  102. actionpack (>= 3.0)
  103. activesupport (>= 3.0)
  104. sprockets (~> 2.8)
  105. sqlite3 (1.3.7)
  106. temple (0.6.6)
  107. thor (0.18.1)
  108. thread_safe (0.1.2)
  109. atomic
  110. tilt (1.4.1)
  111. treetop (1.4.14)
  112. polyglot
  113. polyglot (>= 0.3.1)
  114. tzinfo (0.3.37)
  115. PLATFORMS
  116. ruby
  117. DEPENDENCIES
  118. china_city!
  119. coffee-rails (~> 4.0.0)
  120. jquery-rails
  121. rspec-rails
  122. slim-rails
  123. sqlite3