Gemfile.lock 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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. diff-lcs (1.2.4)
  37. erubis (2.7.0)
  38. hike (1.2.3)
  39. i18n (0.6.4)
  40. mail (2.5.4)
  41. mime-types (~> 1.16)
  42. treetop (~> 1.4.8)
  43. mime-types (1.23)
  44. minitest (4.7.5)
  45. multi_json (1.7.9)
  46. polyglot (0.3.3)
  47. rack (1.5.2)
  48. rack-test (0.6.2)
  49. rack (>= 1.0)
  50. rails (4.0.0)
  51. actionmailer (= 4.0.0)
  52. actionpack (= 4.0.0)
  53. activerecord (= 4.0.0)
  54. activesupport (= 4.0.0)
  55. bundler (>= 1.3.0, < 2.0)
  56. railties (= 4.0.0)
  57. sprockets-rails (~> 2.0.0)
  58. railties (4.0.0)
  59. actionpack (= 4.0.0)
  60. activesupport (= 4.0.0)
  61. rake (>= 0.8.7)
  62. thor (>= 0.18.1, < 2.0)
  63. rake (10.1.0)
  64. rspec-core (2.14.4)
  65. rspec-expectations (2.14.0)
  66. diff-lcs (>= 1.1.3, < 2.0)
  67. rspec-mocks (2.14.2)
  68. rspec-rails (2.14.0)
  69. actionpack (>= 3.0)
  70. activesupport (>= 3.0)
  71. railties (>= 3.0)
  72. rspec-core (~> 2.14.0)
  73. rspec-expectations (~> 2.14.0)
  74. rspec-mocks (~> 2.14.0)
  75. sprockets (2.10.0)
  76. hike (~> 1.2)
  77. multi_json (~> 1.0)
  78. rack (~> 1.0)
  79. tilt (~> 1.1, != 1.3.0)
  80. sprockets-rails (2.0.0)
  81. actionpack (>= 3.0)
  82. activesupport (>= 3.0)
  83. sprockets (~> 2.8)
  84. sqlite3 (1.3.7)
  85. thor (0.18.1)
  86. thread_safe (0.1.2)
  87. atomic
  88. tilt (1.4.1)
  89. treetop (1.4.14)
  90. polyglot
  91. polyglot (>= 0.3.1)
  92. tzinfo (0.3.37)
  93. PLATFORMS
  94. ruby
  95. DEPENDENCIES
  96. china_city!
  97. rspec-rails
  98. sqlite3