Gemfile.lock in huanxin-0.1.0 vs Gemfile.lock in huanxin-0.1.1

- old
+ new

@@ -4,42 +4,47 @@ huanxin (0.1.0) GEM remote: http://ruby.taobao.org/ specs: - activesupport (4.2.3) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) + activesupport (4.0.13) + i18n (~> 0.6, >= 0.6.9) + minitest (~> 4.2) + multi_json (~> 1.3) + thread_safe (~> 0.1) + tzinfo (~> 0.3.37) diff-lcs (1.2.5) httparty (0.13.5) json (~> 1.8) multi_xml (>= 0.5.2) i18n (0.7.0) json (1.8.3) - minitest (5.7.0) + minitest (4.7.5) + multi_json (1.11.2) multi_xml (0.5.5) rake (10.4.2) - rspec (2.99.0) - rspec-core (~> 2.99.0) - rspec-expectations (~> 2.99.0) - rspec-mocks (~> 2.99.0) - rspec-core (2.99.2) - rspec-expectations (2.99.2) - diff-lcs (>= 1.1.3, < 2.0) - rspec-mocks (2.99.4) + rspec (3.3.0) + rspec-core (~> 3.3.0) + rspec-expectations (~> 3.3.0) + rspec-mocks (~> 3.3.0) + rspec-core (3.3.1) + rspec-support (~> 3.3.0) + rspec-expectations (3.3.0) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.3.0) + rspec-mocks (3.3.1) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.3.0) + rspec-support (3.3.0) thread_safe (0.3.5) - tzinfo (1.2.2) - thread_safe (~> 0.1) + tzinfo (0.3.44) PLATFORMS ruby DEPENDENCIES - activesupport + activesupport (~> 4.0.1) bundler (~> 1.8) httparty (~> 0.13.3) huanxin! rake (~> 10.0) - rspec (~> 2.6) + rspec (~> 3.0)