Gemfile.lock in contentful-importer-0.2.0 vs Gemfile.lock in contentful-importer-0.2.1
- old
+ new
@@ -1,47 +1,53 @@
PATH
remote: .
specs:
- contentful-importer (0.1.0)
+ contentful-importer (0.2.0)
activesupport (~> 4.1)
api_cache (~> 0.3.0)
claide (~> 0.8.1)
- contentful-management (~> 0.5.0)
- http (~> 0.6)
+ contentful-management (~> 0.7.0)
+ http (~> 0.9)
i18n (~> 0.6)
json-schema (~> 2.5.0)
multi_json (~> 1)
GEM
remote: https://rubygems.org/
specs:
- activesupport (4.2.1)
+ 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)
- addressable (2.3.6)
+ addressable (2.3.8)
api_cache (0.3.0)
- claide (0.8.1)
- contentful-management (0.5.0)
- http (~> 0.6)
+ claide (0.8.2)
+ contentful-management (0.7.1)
+ http (~> 0.8)
multi_json (~> 1)
crack (0.4.2)
safe_yaml (~> 1.0.0)
diff-lcs (1.2.5)
docile (1.1.5)
- http (0.7.3)
- http-form_data (~> 1.0.0)
+ domain_name (0.5.24)
+ unf (>= 0.0.5, < 1.0.0)
+ http (0.9.0)
+ addressable (~> 2.3)
+ http-cookie (~> 1.0)
+ http-form_data (~> 1.0.1)
http_parser.rb (~> 0.6.0)
- http-form_data (1.0.0)
+ http-cookie (1.0.2)
+ domain_name (~> 0.5)
+ http-form_data (1.0.1)
http_parser.rb (0.6.0)
i18n (0.7.0)
- json (1.8.2)
- json-schema (2.5.0)
- addressable (~> 2.3)
- minitest (5.5.1)
+ json (1.8.3)
+ json-schema (2.5.1)
+ addressable (~> 2.3.7)
+ minitest (5.7.0)
multi_json (1.10.1)
rake (10.4.2)
rspec (3.1.0)
rspec-core (~> 3.1.0)
rspec-expectations (~> 3.1.0)
@@ -64,12 +70,15 @@
simplecov-html (~> 0.8.0)
simplecov-html (0.8.0)
thread_safe (0.3.5)
tzinfo (1.2.2)
thread_safe (~> 0.1)
+ unf (0.1.4)
+ unf_ext
+ unf_ext (0.0.7.1)
vcr (2.9.3)
- webmock (1.20.4)
+ webmock (1.21.0)
addressable (>= 2.3.6)
crack (>= 0.3.2)
PLATFORMS
ruby
@@ -80,6 +89,9 @@
rake
rspec (~> 3)
rspec-its (~> 1.1.0)
simplecov
vcr (~> 2.9.3)
- webmock (>= 1.20)
+ webmock (>= 1.21)
+
+BUNDLED WITH
+ 1.10.5