Gemfile.lock in ierail-0.3.5 vs Gemfile.lock in ierail-0.4.0

- old
+ new

@@ -1,41 +1,60 @@ PATH remote: . specs: - ierail (0.3.5) - json (~> 1.7, >= 1.7.7) - nokogiri (~> 1.5, >= 1.5.0) + ierail (0.4.0) + json (~> 1.8, >= 1.8.1) + nokogiri (~> 1.6, >= 1.6.1) rest-client (~> 1.6, >= 1.6.7) - tzinfo (~> 0.3, >= 0.3.37) + tzinfo (~> 1.1, >= 1.1.0) GEM remote: https://rubygems.org/ specs: - colorize (0.5.8) - coveralls (0.6.6) - colorize + addressable (2.3.6) + coveralls (0.7.0) multi_json (~> 1.3) rest-client simplecov (>= 0.7) + term-ansicolor thor + crack (0.4.2) + safe_yaml (~> 1.0.0) + docile (1.1.3) json (1.8.1) - mime-types (1.23) - multi_json (1.7.3) - nokogiri (1.5.11) - rake (10.0.4) + mime-types (2.2) + mini_portile (0.5.3) + multi_json (1.9.2) + nokogiri (1.6.1) + mini_portile (~> 0.5.0) + rake (10.3.1) rest-client (1.6.7) mime-types (>= 1.16) - simplecov (0.7.1) - multi_json (~> 1.0) - simplecov-html (~> 0.7.1) - simplecov-html (0.7.1) - thor (0.18.1) - tzinfo (0.3.39) + safe_yaml (1.0.2) + simplecov (0.8.2) + docile (~> 1.1.0) + multi_json + simplecov-html (~> 0.8.0) + simplecov-html (0.8.0) + term-ansicolor (1.3.0) + tins (~> 1.0) + thor (0.19.1) + thread_safe (0.3.3) + timecop (0.7.1) + tins (1.1.0) + tzinfo (1.1.0) + thread_safe (~> 0.1) + vcr (2.9.0) + webmock (1.17.4) + addressable (>= 2.2.7) + crack (>= 0.3.2) PLATFORMS - java ruby DEPENDENCIES coveralls ierail! rake + timecop (~> 0.6, >= 0.6.2) + vcr (~> 2.9, >= 2.9.0) + webmock (~> 1.17, >= 1.17.4)