Gemfile.lock 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. PATH
  2. remote: .
  3. specs:
  4. china_city (0.0.1)
  5. rails (~> 4.0.0)
  6. GEM
  7. remote: https://rubygems.org/
  8. specs:
  9. actionmailer (4.0.0)
  10. actionpack (= 4.0.0)
  11. mail (~> 2.5.3)
  12. actionpack (4.0.0)
  13. activesupport (= 4.0.0)
  14. builder (~> 3.1.0)
  15. erubis (~> 2.7.0)
  16. rack (~> 1.5.2)
  17. rack-test (~> 0.6.2)
  18. activemodel (4.0.0)
  19. activesupport (= 4.0.0)
  20. builder (~> 3.1.0)
  21. activerecord (4.0.0)
  22. activemodel (= 4.0.0)
  23. activerecord-deprecated_finders (~> 1.0.2)
  24. activesupport (= 4.0.0)
  25. arel (~> 4.0.0)
  26. activerecord-deprecated_finders (1.0.3)
  27. activesupport (4.0.0)
  28. i18n (~> 0.6, >= 0.6.4)
  29. minitest (~> 4.2)
  30. multi_json (~> 1.3)
  31. thread_safe (~> 0.1)
  32. tzinfo (~> 0.3.37)
  33. arel (4.0.0)
  34. atomic (1.1.12)
  35. builder (3.1.4)
  36. erubis (2.7.0)
  37. hike (1.2.3)
  38. i18n (0.6.4)
  39. mail (2.5.4)
  40. mime-types (~> 1.16)
  41. treetop (~> 1.4.8)
  42. mime-types (1.23)
  43. minitest (4.7.5)
  44. multi_json (1.7.9)
  45. polyglot (0.3.3)
  46. rack (1.5.2)
  47. rack-test (0.6.2)
  48. rack (>= 1.0)
  49. rails (4.0.0)
  50. actionmailer (= 4.0.0)
  51. actionpack (= 4.0.0)
  52. activerecord (= 4.0.0)
  53. activesupport (= 4.0.0)
  54. bundler (>= 1.3.0, < 2.0)
  55. railties (= 4.0.0)
  56. sprockets-rails (~> 2.0.0)
  57. railties (4.0.0)
  58. actionpack (= 4.0.0)
  59. activesupport (= 4.0.0)
  60. rake (>= 0.8.7)
  61. thor (>= 0.18.1, < 2.0)
  62. rake (10.1.0)
  63. sprockets (2.10.0)
  64. hike (~> 1.2)
  65. multi_json (~> 1.0)
  66. rack (~> 1.0)
  67. tilt (~> 1.1, != 1.3.0)
  68. sprockets-rails (2.0.0)
  69. actionpack (>= 3.0)
  70. activesupport (>= 3.0)
  71. sprockets (~> 2.8)
  72. sqlite3 (1.3.7)
  73. thor (0.18.1)
  74. thread_safe (0.1.2)
  75. atomic
  76. tilt (1.4.1)
  77. treetop (1.4.14)
  78. polyglot
  79. polyglot (>= 0.3.1)
  80. tzinfo (0.3.37)
  81. PLATFORMS
  82. ruby
  83. DEPENDENCIES
  84. china_city!
  85. sqlite3